Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 657 Bytes

Guidelines to contribute

I use my free time to work on it, I highly appreciate any kind of contribution.

Contribute

  • Fixing typos.
  • Improving docs.
  • Fixing broken links.
  • Update outdated documentation
  • Reporting issues.
  • Reviewing pull requests.

Issues

  • Before opening a new issue, please look for existing ones.
  • Bug reports try to add as much information as possible.

Coding

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Thanks for you contribution❤️