Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 633 Bytes

Contribution guidelines

The standard contribution workflow applies here:

  1. Create an Issue detailing the bug you found or your feature request.

If you want to implement or fix it yourself:

  1. Ask to be the assignee for your created issue.
  2. Fork the repository to your account.
  3. Create a new branch for your implementation.
  4. Implement the fix or feature. *
  5. Commit and push your changes to your repository.
  6. Create a Pull Request.

* If you implement a new feature, add tests for it.