Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 500 Bytes

Want to contribute? Great!

To fix a bug or add an enhancement:

  • Fork the repo
  • Create a new branch ( git checkout -b improve-feature )
  • Make the appropriate changes in the files
  • Update the ChangeLog file with your additions, the format is based on Keep a Changelog
  • Update the Readme with any changes that are required
  • Commit your changes ( git commit -am 'Improve feature' )
  • Push the branch ( git push origin improve-feature )
  • Create a Pull Request