Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 645 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 645 Bytes

Prerequisites

Contributing

  1. Fork the repository on GitHub.
  2. Install dependencies($ gilde install)
  3. Create a named feature branch ($ git checkout -b my-new-feature).
  4. Write tests for your change (if applicable).
  5. Write your change.
  6. Add documentation to your change.
  7. Run the tests, ensuring they all pass ($ make test).
  8. Commit your change ($ git commit -am 'Add some feature').
  9. Push to the branch ($ git push origin my-new-feature).
  10. Submit a Pull Request using GitHub ❤️.