Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 794 Bytes

Contributing to Spicy Donkey

We welcome contributions to spicy-donkey! Please follow these guidelines to ensure a smooth process.

Issues

If you have a bug or a feature request, please open an issue.

Pull Requests

If you have a solution, please open a pull request. Before submitting a pull request, please make sure the following is done:

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests!
  3. If you've made any major changes to functionality, update the documentation.
  4. Ensure the test suite passes.
  5. Don't bump versions or update the CHANGELOG.
  6. Make sure your code lints. We've done our best to make sure these rules match our internal linting guidelines.

Thank you for contributing!