feat: add and aggregate mpp_chksum unit tests (#946)
[FMS.git] / .github / PULL_REQUEST_TEMPLATE.md
blob592bc368983a99863e4be7eaf8419b7c9689fe11
1 **Description**
2 Include a summary of the change and which issue is fixed. Please also include
3 relevant motivation and context. List any dependencies that are required for
4 this change.
6 Fixes # (issue)
8 **How Has This Been Tested?**
9 Please describe the tests that you ran to verify your changes. Please also note
10 any relevant details for your test configuration (e.g. compiler, OS).  Include
11 enough information so someone can reproduce your tests.
13 **Checklist:**
14 - [ ] My code follows the style guidelines of this project
15 - [ ] I have performed a self-review of my own code
16 - [ ] I have commented my code, particularly in hard-to-understand areas
17 - [ ] I have made corresponding changes to the documentation
18 - [ ] My changes generate no new warnings
19 - [ ] Any dependent changes have been merged and published in downstream modules
20 - [ ] New check tests, if applicable, are included
21 - [ ] `make distcheck` passes