diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25f79a5d9..7a0fb65c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,3 +101,5 @@ For major changes that markedly transform the existing API or significantly alte ## Need help? If you want to contribute but have any questions, concerns or doubts, feel free to ping maintainers. Ideally create a pull request with `WIP` (Work in progress) in its title and ask questions in the pull request description. + +You can also ask your query on our dedicated channel for [Starknet.js](https://discord.com/channels/793094838509764618/927918707613786162) on the [Starknet Discord](https://discord.com/invite/YgsdxEx3) diff --git a/README.md b/README.md index 368f43a22..b6cb908b7 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book: If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/starknet-io/starknet.js/blob/main/CONTRIBUTING.md) first. +You can also join our dedicated channel for [Starknet.js](https://discord.com/channels/793094838509764618/927918707613786162) on the [Starknet Discord](https://discord.com/invite/YgsdxEx3) + ## ❤️ Special Thanks Special thanks to all the [contributors](https://github.com/starknet-io/starknet.js/graphs/contributors), especially to: diff --git a/www/docusaurus.config.js b/www/docusaurus.config.js index b5ef63f99..55b36cd1a 100644 --- a/www/docusaurus.config.js +++ b/www/docusaurus.config.js @@ -130,6 +130,10 @@ const config = { label: 'Twitter', href: 'https://twitter.com/starknetjs', }, + { + label: 'Discord', + href: 'https://discord.com/invite/YgsdxEx3', + }, ], }, {