From 188c50131573b5af83bf323bbdc78b2a8e8fb373 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 20 Mar 2019 15:13:52 +0100 Subject: [PATCH] Added GitHub Issue and PR templates. --- .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 2 files changed, 25 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 00000000000..208a8e72a9f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +<!-- You can erase any parts of this template not applicable to your issue. --> + +### Description + +[Description of the bug or feature] + +## Steps to Reproduce the Problem + + 1. + 2. + +**Expected behavior:** [What you expected to happen] + +**Actual behavior:** [What actually happened] + +## Specifications + + - Version: (You can get this information from executing `ogs --version`) + - Platform: (Operating System) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..e59148f39b9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +<!-- You can erase any parts of this template not applicable to your Pull Request. --> + +Fixes # <!-- you may add issues here to automatically close them --> + +1. [ ] Tests covering your feature were added? +2. [ ] Any new feature or behavior change was documented? -- GitLab