From b1b7d4ea412520bdf093662c53dffa3e8e4d07b5 Mon Sep 17 00:00:00 2001 From: alperaltuntas Date: Fri, 19 Apr 2019 15:07:47 -0600 Subject: [PATCH] add issue and PR templates --- .github/ISSUE_TEMPLATE.md | 10 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..b6beec3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,10 @@ +### Description of the issue: + +### Version: +- CESM: [version] +- WW3: [version] + +### Machine/Environment Description: + +### Any xml/namelist changes or SourceMods: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6165f239 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +### Description of changes: + +[ Description of the changes in this Pull Request. It should be enough +information for someone not following this development to understand.] + +### Testing: + +Test case/suite: +Test status: [bit for bit, roundoff, climate changing] + +Fixes [WW3 Github issue #] + +User interface (namelist or namelist defaults) changes? +