Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 502 Bytes

CONTRIBUTING

Before contributing

First read the code of conduct.

What you can do

  • Improve the code;
  • Identify and fix bugs;
  • Give ideas of what can be implemented.

How to contribute

  1. Fork it (Click here)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request