diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..47c9496 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Description + +[description] + +medic/sync#[number] + +# Code review checklist + +- [ ] Readable: Concise, well named, follows the [style guide](https://docs.communityhealthtoolkit.org/contribute/code/style-guide/), documented if necessary. +- [ ] Documented: Configuration and user documentation on [cht-docs](https://github.com/medic/cht-docs/) +- [ ] Tested: Unit and/or e2e where appropriate +- [ ] Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes. + +# License + +The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license. \ No newline at end of file