From 342b0f556940b126a5675273f650bd5ec8356cf5 Mon Sep 17 00:00:00 2001 From: BinLi-NOAA Date: Mon, 31 Aug 2020 15:19:53 -0400 Subject: [PATCH] Added issue and pull request template files. (#47) * Added issue and pull request template files --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++ .github/pull_request_template.md | 17 ++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c5cb3c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## Description +Provide a clear and concise description of what the bug is. +Also give a description of what behavior you expected to happen. + + +## To Reproduce the behavior +What compilers/machines are you seeing this with? +Give explicit steps to reproduce the behavior. + + +## Aditional context +Add any other context about the problem here. +- Related issues: +- Related PRs: + + +## Output +If applicable, include relevant output logs. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ee09c3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## Description +Provide a clear and concise description of what the problem is. + + +## Solution +Describe the solution you would like or are proposing. + + +## Related issues and PRs +- related issues in this repository: +- related issues in other repositories: +- related PRs in this repository: +- related PRs in other repositories: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..cf895a0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description +Provide a detailed description of what this PR does. + + +## Changes in this PR: + + +Fixes # + + +## Testing: +Are changes expect to change answers? + + +## Associated PRs: +# +