Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 609 Bytes

Contributing

First of all, thank you for wanting to contribute to our project! We love pull requests from everyone. By participating in this project, you are agreeing to abide by our Code of Conduct.

First fork, and then clone the repo:

git clone [email protected]:your-github-username/GNA.git

Set up your machine:

npm install

Push your updates to your fork and submit a pull request. Be sure to provide a thorough commit message!

We will review your request and may suggest some changes or alternatives.

Thanks!