Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

24 lines (12 loc) · 1.34 KB

Contributing to NNA

Overview

We believe that contributors are users first. Familiarize yourself with the application. Provide feedback on improvements to either documentation or the code by opening a Github Issue. For more details on how to contribute, read on.


How you can help

Documentation

New users rely on the documentation and on commonly-followed conventions to get up-and-running on an application. If you spot any gaps, please open a Github Issue and raise a pull request.

Code

Look for existing open GitHub issues or open your own. Implement a solution and ensure that you follow our contribution guidelines.

For example:

  • Your changes must not decrease code coverage or diverge from the code style. Additionally, since we plan to generate release notes from the first lines of the commit messages, please follow the 7 Rules of Good Git Commits