Skip to content

Commit

Permalink
Documentation: Update CONTRIBUTING.MD (iotaledger#1631)
Browse files Browse the repository at this point in the history
* Documentation: Update CONTRIBUTING.MD

Add regression tests reference

* change discord link
  • Loading branch information
Gal Rogozinski authored and acha-bill committed Nov 26, 2019
1 parent a1774d3 commit ac35e9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Before creating a PR make sure you have read the entire contributing guideline.

#### **Do you intend to add a new feature or change an existing one?**

* Suggest your change as a [new issues](https://github.com/iotaledger/iri/issues/new). Use the second part of the issue template, dedicated to new feature requests and delete the first part. If you plan on implementing the change yourself, start writing the code and submit a PR. Note that the fact that the feature is "code ready" doesn't mean it will get merged. It is advisable to gather feedback for the change first. You are encouraged to start and drive a discussion on [Discord](https://discordapp.com/invite/fNGZXvh). The IRI team also monitors the repo and will provide feedback where relevant.
* Suggest your change as a [new issues](https://github.com/iotaledger/iri/issues/new). Use the second part of the issue template, dedicated to new feature requests and delete the first part. If you plan on implementing the change yourself, start writing the code and submit a PR. Note that the fact that the feature is "code ready" doesn't mean it will get merged. It is advisable to gather feedback for the change first. You are encouraged to start and drive a discussion on [Discord](https://discord.iota.org/). The IRI team also monitors the repo and will provide feedback where relevant.

#### **Want to write a regression test for your feature? Or to any other feature that needs a test?**

* Please refer to our current [regression tests](https://github.com/iotaledger/iri/tree/dev/python-regression).


#### **Do you have questions about the functioning of IRI nodes, the network or anything IOTA related?**
Expand Down

0 comments on commit ac35e9e

Please sign in to comment.