title | contributors | translated | |
---|---|---|---|
How to contribute |
|
true |
Robonomics network is an open-source project built by core maintainers from Airalab and contributors. We want to make it easy for anyone to contribute. You may contribute to core, suggest changes, improve documentation or write a blog post. Please, read some rules and suggestions for contributing.
- aira - AIRA client for Robonomics network.
- robonomics_comm - Robonomics communication stack
- robonomics_contracts - smart contracts of Robonomics network
If you find a bug in AIRA client, Robonomics repositories, this documentation or would like to propose an improvement, please, open a new issue in the same repository, that you want to contribute.
When opening a new issue, do not forget about a few basic rules for reporting:
-
Choose exact repository, that you want to submit an issue.
-
If you are reporting bug, make sure the bug was not already reported.
-
Be sure to include title and clear description, as much relevant information as possible.
-
Please prefix your issue with one of the following:
[BUG]
,[PROPOSAL]
,[QUESTION]
.
Any Airalab repository or this documentation may be subject to pull requests or changes by contributors where you believe you have something valuable to add or change. Please, do not forget about basic rules for contributors.
-
Pull requests are preferred to issues, if you have some fixes, especially for small changes such as typos.
-
Make sure the PR description clearly describes the problem and the solution. Include the relevant issue number if applicable.
-
Please, do not fix whitespace, format code, or make a purely cosmetic patch.
-
Please, attempt to adhere to the prevailing Markdown style, language, and layout.