Hi! Thanks for your interest in contributing!
We accept pull requests for bug fixes, improvements, and new features. We'd also love to hear about ideas for new features as issues.
- 🐛 Open a bug issue to report a bug or unexpected behavior.
- 📃 Open a documentation issue to report a documentation issue.
- 🆕 Open a new feature issue to suggest an new feature for this project.
- 🛠️ Open an improvement issue to suggest an improvement for this project.
- 🕵 Open an investigation issue to set an investigation topic.
- 🤌🏼 Open an proposal issue to suggest something.
- Use issue tracker IDs in branch names.
- Add a short descriptor of the task.
- Use hyphens as separators.
Example
722-add-billing-module
- Create a new branch:
git checkout -b 722-my-branch-name
- Make your change, add tests, and ensure tests pass
- Creating a pull request to the
master
branch
Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. Instead, we recommend using GitHub Discussions to ask support-related questions.
Contributions to this project are released to the public under the project's open source license.
This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.