Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add docs demo link
  • Loading branch information
leightkt committed Mar 9, 2023
commit dd7a9abf8be9ae6ed6ac00afd30e34c798afb284
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_title: "Contribution Guide"

# How can I contribute to web3-onboard?

[Report Bugs](#bug-reports-🐛)<br />
[Report a Bug](#bug-reports-🐛)<br />
[Submit a Pull Request](#pull-requests-🗂️)<br />
[Add a Wallet](#how-can-i-add-a-new-wallet-💳)<br />
[Contribute to the Docs](#documentation-contributions-📄)<br />
Expand Down Expand Up @@ -72,4 +72,4 @@ Jump in our [Discord](https://discord.com/invite/KZaBVME) and share your feedbac

## [Support 🤓](#support)

For general questions about how to use Web3 Onboard, please first check out our [docs](https://onboard.blocknative.com/docs/overview/introduction#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
For general questions about how to use Web3 Onboard please first check out our [docs](https://onboard.blocknative.com/docs/overview/introduction#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Docs Checklist
- [ ] Include a screenshot of any changes ([see docs README on running locally](https://github.com/blocknative/web3-onboard/blob/develop/docs/README.md))
- [ ] Add/update the appropriate package README
- [ ] Add/update the related module in the docs demo () (if applicable)
- [ ] Add/update the related module in the [docs demo](https://github.com/blocknative/web3-onboard/blob/develop/docs/src/lib/services/onboard.js) (if applicable)
- [ ] Add/update the related package in the `docs/package.json` file (if applicable)

### If this PR includes changes to add an injected wallet or SDK wallet module:
Expand Down