I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
I use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
All code changes happen through Pull Requests.
Pull requests are the best way to propose changes to the codebase (I use Github Flow). I actively welcome your pull requests:
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed behavior, update the documentation.
- Ensure the tests pass (locally and in GitHub).
- Make sure your code lints.
- Open a pull request!
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers/me if that's a concern.
I use GitHub issues to track public bugs. Report a bug by opening a new issue. It's that easy!
Great Bug Reports tend to have:
- A quick summary and/or background, explain the context
- What you expected would happen
- What actually happens
- Steps to reproduce
- Be specific!
- Provide sample code.
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
Try using the same coding style as other code in the repository. You can try
running a linter for style clarification. However, keep in mind that we
do not want to die in beauty
- function over form.
Commits should follow the pattern as specified here.
This document was adapted from the open-source contribution guidelines for Facebook's Draft.