Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.18 KB

CONTRIBUTING ON NILE

There are three ways in which you can contribute to the nile project:

  1. By improving the documentation or specification.
  2. By solving an issue of our code basis issue lists.
  3. instance issue list
  4. node issue list (soon)
  5. client issue list (soon)
  6. By testing the application and report bugs or suggestions.

Choosing what to work on in a large open source project is not easy. The general list of issues can you find here: Nile general issue list.

General

  • If something is unclear for you, you can ask anything in the #development channel in our Discord server.

Development

  • Create a merge request and describe your intention for the changes.
  • The test suites and linters must pass. More information about this you will find in the README.md files of each repository.
  • Verify that your changes work ;-)

Documentation

  • No spelling mistakes
  • No orthographic mistakes
  • No Markdown syntax errors