diff --git a/.github/PULL_REQUEST_TEMPLATE/develop-template.md b/.github/PULL_REQUEST_TEMPLATE/develop-template.md new file mode 100644 index 00000000..e5c7ea12 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/develop-template.md @@ -0,0 +1,18 @@ +Originator(s): + +Description (include issue title and the keyword ['closes', 'fixes', 'resolves'] and issue number): + +List all namelist files that were added or changed: + +List all files eliminated and why: + +List all files added and what they do: + +List all existing files that have been modified, and describe the changes: +(Helpful git command: `git diff --name-status development...`) + +List all automated tests that failed, as well as an explanation for why they weren't fixed: + +Is this an answer-changing PR? If so, is it a new physics package, algorithm change, tuning change, etc? + +If yes to the above question, describe how this code was validated with the new/modified features: diff --git a/.github/PULL_REQUEST_TEMPLATE/main-template.md b/.github/PULL_REQUEST_TEMPLATE/main-template.md new file mode 100644 index 00000000..33b9fe38 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/main-template.md @@ -0,0 +1,6 @@ +Tag name (The PR title should also include the tag name): +Originator(s): + +List all `development` PR numbers included in this PR and the title of each: + +List all automated tests that failed, as well as an explanation for why they weren't fixed: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3b7b3412 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +Please go the the `Preview` tab and select the appropriate PR template: + +* [development branch](?expand=1&template=develop-template.md) +* [main branch](?expand=1&template=main-template.md)