Thanks for your help improving the project!
- Submit an issue describing your issue.
- We will try to respond to your issue promptly.
Do you have an improvement?
- Submit an issue describing your proposed change.
- We will try to respond to your issue promptly.
- Fork this repo, develop and test your code changes. See the project’s README for further information about working in this repository.
- Submit a pull request against this repo’s masterbranch.
- Include instructions on how to test your changes.
- If you are making a change to the user interface (UI), include a screenshot of the UI before and after your changes.
- Your branch may be merged once all configured checks pass, including:
- The branch has passed tests in CI.
- Review by the mail chain team
We prefer squash or rebase commits so that all changes from a branch are committed to master as a single commit. All pull requests are squashed when merged, but rebasing prior to merge gives you better control over the commit message.