Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.22 KB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Requests

Create feature branches.

One pull request per feature - If you want to do more than one thing, send multiple pull requests.

Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Guide

  1. Fork the project.
  2. Create a new branch (git checkout -b 'branch name').
  3. Commit your changes (git commit -m 'Add something new').
  4. Push to the branch (git push -u origin 'branch name').
  5. Open a Pull Request.

Style Guide

Follow the commit messages specification.

Happy coding!