Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 2.01 KB

contributing.md

File metadata and controls

46 lines (25 loc) · 2.01 KB
title contributors translated
How to contribute
positivecrash
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.

Main Airalab repositories

Bugs and proposals for improvements

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.

Rules for reporting

When opening a new issue, do not forget about a few basic rules for reporting:

  1. Choose exact repository, that you want to submit an issue.

  2. If you are reporting bug, make sure the bug was not already reported.

  3. Be sure to include title and clear description, as much relevant information as possible.

  4. Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

Pull requests

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.

Rules for contributing

  1. Pull requests are preferred to issues, if you have some fixes, especially for small changes such as typos.

  2. Make sure the PR description clearly describes the problem and the solution. Include the relevant issue number if applicable.

  3. Please, do not fix whitespace, format code, or make a purely cosmetic patch.

  4. Please, attempt to adhere to the prevailing Markdown style, language, and layout.