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

Latest commit

 

History

History
21 lines (13 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 1.06 KB

First, thank you for taking the time to contribute!

How to contribute

Reporting Bugs

Bugs are tracked as GitHub issues. After you've confirmed the issue hasn't be reported before, you can open an issue explaining the problem and including additional details to help us reproduce the problem:

  • Use a clear and descriptive title.
  • Describe the exact steps which reproduce the problem in as much detail as possible.
  • Describe the behavior you observed after following the steps.
  • Explain which behavior you expected to see instead and why.
  • Include screenshots or animated GIFs whenever possible.

Submitting changes

Please open a GitHub Pull Request with a clear title and desciption (read more about pull requests). Please make sure all of your commits are atomic (one feature per commit). Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should include more details.

Thank you!

Code Climate Team