Skip to content

Commit

Permalink
Enable users to provide feedback page (#6815)
Browse files Browse the repository at this point in the history
* added feedback category to enable users to provide feedback

* changed title

* changed title

* formated uppercases
  • Loading branch information
SantiagoDevRel committed Feb 19, 2024
1 parent ec65468 commit c5cecaf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/docs/guides/feedback/index.md
@@ -0,0 +1,28 @@
---
sidebar_position: 15
sidebar_label: '🗣️ Feedback'
---

# Web3.js Developer Feedback

We highly value your feedback to continually improve our documentation and the web3.js library. Whether you have suggestions for improvement, requests for additional features, or simply want to let us know if the documentation has been helpful, please use the form linked below to provide your feedback.

## How to provide feedback

Please take a moment to fill out our [Web3.js User Feedback Form](https://forms.gle/7cWt1hPU43ayS53V9) to share your thoughts.

## What we will do with your feedback

We review all submissions regularly and use them to improve our documentation, address any gaps or issues, and ensure that our documentation and resources meets your needs effectively.

Thank you for taking the time to help us improve!

## Urgent questions or concerns

Please reach out to us:

[💬 Discord: `#web3js-general` channel](https://discord.gg/f5QhHUswtr)

[🐦 Twitter: `@web3_js`](https://twitter.com/web3_js)


1 comment on commit c5cecaf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c5cecaf Previous: 6c075db Ratio
processingTx 9748 ops/sec (±3.49%) 9301 ops/sec (±4.81%) 0.95
processingContractDeploy 41270 ops/sec (±6.77%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 20686 ops/sec (±6.93%) 19443 ops/sec (±5.19%) 0.94
processingContractMethodCall 41228 ops/sec (±6.36%) 38971 ops/sec (±6.34%) 0.95
abiEncode 46334 ops/sec (±8.04%) 44252 ops/sec (±6.92%) 0.96
abiDecode 33068 ops/sec (±6.45%) 30419 ops/sec (±8.89%) 0.92
sign 1694 ops/sec (±1.00%) 1656 ops/sec (±4.08%) 0.98
verify 380 ops/sec (±2.81%) 373 ops/sec (±0.78%) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.