Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.12 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contributions are always welcome! Please ensure you follow the guidelines explained below. Thank you!

Pull Requests

  • Keep pull request title short and simple, but descriptive.
  • Add a description explaining your changes if needed.
  • Check your spelling and grammar.

Contributions

We love all forms of friendly contributions! Feel free to make any changes that you think would be beneficial. You can create a new issue to discuss any proposals/feedback/thoughts/etc.

How to Contribute

To fix a bug or add an enhancement, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request