Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.08 KB

Contributing

Thank you for taking the time to read our contribution guidelines. You can start contributing in many ways like filing bug reports, improving documentation, or helping others.

Open source community strives to be nice, welcoming and professional. Instances of abusive, harassing, or otherwise unacceptable behavior will not be tolerated.

Pull Requests

  1. Fork the Conventional Commits repository
  2. Create a new branch for each feature, fix or improvement
  3. Send a pull request from each feature branch to the master branch
  4. Include a good description about what the PR is fixing or adding
  5. Squash related commits before a PR merge.

Style

Bugs

  • Before submitting a bug report, search the issues for similar tickets. Your issue may have already been discussed and resolved.
  • Feel free to add a comment to an existing issue, even if it's closed.
  • Be thorough in your title and report, don't leave out important details.
  • English, please.