Skip to content

Commit

Permalink
added contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel-zilber committed Nov 14, 2022
1 parent 1305aed commit cea7366
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ redirects:
walkthrough/walkthrough_setup: ./nats-concepts/what-is-nats/walkthrough_setup.md
faq: ./reference/faq.md
roadmap: ./reference/roadmap.md
contributing: ./reference/contributing.md
nats-protocol/nats-protocol-demo: ./reference/nats-protocol/nats-protocol-demo.md
nats-protocol/nats-protocol: ./reference/nats-protocol/nats-protocol/README.md
nats-protocol/nats-protocol/nats-client-dev: ./reference/nats-protocol/nats-protocol/nats-client-dev.md
Expand Down
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
* [NATS Cluster Protocol](reference/nats-protocol/nats-server-protocol.md)
* [JetStream wire API Reference](using-nats/jetstream/nats_api_reference.md)
* [Roadmap](reference/roadmap.md)

* [contributing](reference/contributing.md)

## Legacy

* [STAN aka 'NATS Streaming'](legacy/stan/README.md)
Expand Down
12 changes: 12 additions & 0 deletions reference/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ways to Contribute
Do you want to contribute to NATS? Awesome! We’d love your help.

The best way to get started contributing to NATS is to read our [Contributor’s Guide](https://nats.io/contributing/). Here are some examples of ways you can contribute:
- Report or fix bugs
- Add or propose new features
- Improve our documentation
- Add or update client libraries
- Host a Meetup
- Improve this website

Please [contact us](mailto:[email protected]) with any other suggestions.

0 comments on commit cea7366

Please sign in to comment.