lowdefy/.github/PULL_REQUEST_TEMPLATE.md
2021-08-19 13:12:26 +02:00

23 lines
947 B
Markdown

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible, please:
- Make the Pull Request to the "develop" branch.
- Link an issue via "Closes #ISSUE_NUMBER".
- Describe your changes and their implications. If the changes cause breaking changes in Lowdefy configuration, please state this.
- Please allow edits from maintainers on your pull request. You can read more here:
- https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork
- Follow the checklist and complete everything that is applicable.
-->
Closes #ISSUE_NUMBER
### What are the changes and their implications?
## Checklist
- [ ] Pull request is made to the "develop" branch
- [ ] Tests added
- [ ] Documentation added/updated
- [ ] Code has been formatted with Prettier
- [ ] Edits from maintainers are allowed