Skip to content

Commit a344f37

Browse files
chore: added discord link to all relavant places (#1086)
* chore: added discord link to all relavant places * chore: updated discord link * Update CONTRIBUTING.md * Update README.md --------- Co-authored-by: Ivan Pavičić <ivan.pavicic@live.com>
1 parent cb35e34 commit a344f37

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ For major changes that markedly transform the existing API or significantly alte
101101
## Need help?
102102

103103
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.
104+
105+
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)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book:
6363

6464
If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/starknet-io/starknet.js/blob/main/CONTRIBUTING.md) first.
6565

66+
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)
67+
6668
## ❤️ Special Thanks
6769

6870
Special thanks to all the [contributors](https://github.com/starknet-io/starknet.js/graphs/contributors), especially to:

www/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ const config = {
130130
label: 'Twitter',
131131
href: 'https://twitter.com/starknetjs',
132132
},
133+
{
134+
label: 'Discord',
135+
href: 'https://discord.com/invite/YgsdxEx3',
136+
},
133137
],
134138
},
135139
{

0 commit comments

Comments
 (0)