-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Description | ||
|
||
[description] | ||
|
||
medic/sync#[number] | ||
|
||
# Code review checklist | ||
<!-- Remove or comment out any items that do not apply to this PR; in the remaining boxes, replace the [ ] with [x]. --> | ||
- [ ] 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. |