Skip to content

Latest commit

History

History
29 lines (14 loc) 路 1.19 KB

CONTRIBUTING.md

File metadata and controls

29 lines (14 loc) 路 1.19 KB

Reporting Issues and Asking Questions

Before opening an issue, please search the issue tracker to make sure your issue hasn鈥檛 already been reported.

Sending a Pull Request

For non-trivial changes, please open an issue with a proposal for a new feature or refactoring before starting on the work. We don鈥檛 want you to waste your efforts on a pull request that we won鈥檛 want to accept.

On the other hand, sometimes the best way to start a conversation is to send a pull request. Use your best judgement!

In general, the contribution workflow looks like this:

  • Open a new issue in the issue tracker
  • Fork the repo.
  • Create a new feature branch based off the master branch.
  • Make sure all tests pass and there are no linting errors.
  • Submit a pull request, referencing any issues it addresses.
  • Please try to keep your pull request focused in scope and avoid including unrelated commits.

After you have submitted your pull request, we鈥檒l try to get back to you as soon as possible. We may suggest some changes or improvements.

Thank you for contributing!