From afe4e8901b91f3583496952cf1bc4a684b1cc119 Mon Sep 17 00:00:00 2001 From: Priyank P <23620441+cPhost@users.noreply.github.com> Date: Wed, 27 Dec 2017 12:45:02 -0500 Subject: [PATCH] github templates: Add pull request template and update issue template. (#365) --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ ISSUE_TEMPLATE.md | 7 ------- 3 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..e28b2f99 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,8 @@ +--- + +- **Operating System**: + - [ ] Windows + - [ ] Linux/Ubutnu + - [ ] macOS +- **Clear steps to reproduce the issue**: +- **Relevant error messages and/or screenshots**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ccf7c69c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +--- + + +**What's this PR do?** + +**Any background context you want to provide?** + +**Screenshots?** + +**You have tested this PR on:** + - [ ] Windows + - [ ] Linux/Ubuntu + - [ ] macOS diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index ca0fb55b..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -Please include: -- `Operating System` -- `Clear steps to reproduce the issue` -- `Relevant error messages and/or screenshots` - -