From 796f7468ae0e2d4a97c064c3de98529c073b96e7 Mon Sep 17 00:00:00 2001 From: "Campbell, Justin" Date: Thu, 3 Dec 2020 10:07:47 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report----.md | 41 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request---.md | 33 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report----.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request---.md diff --git a/.github/ISSUE_TEMPLATE/bug-report----.md b/.github/ISSUE_TEMPLATE/bug-report----.md new file mode 100644 index 0000000..04bdbad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report----.md @@ -0,0 +1,41 @@ +--- +name: "Bug Report \U0001F41B " +about: Create a bug report for webqueue2. +title: '' +labels: bug +assignees: '' + +--- + + + + + + + +- [ ] I have searched the [issues](https://github.itap.purdue.edu/ECN/webqueue2/issues) of this repository and believe that this is not a duplicate. + +## What Happened + + + +## Expected Behavior + + + +## Steps to Reproduce + +1. +2. +3. + + +### Logs + + + + diff --git a/.github/ISSUE_TEMPLATE/feature-request---.md b/.github/ISSUE_TEMPLATE/feature-request---.md new file mode 100644 index 0000000..a48abaa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request---.md @@ -0,0 +1,33 @@ +--- +name: "Feature Request \U0001F4EE" +about: Suggest a new idea for the project +title: '' +labels: feature-request +assignees: '' + +--- + + + + + + + +- [ ] I have searched the [issues](https://github.itap.purdue.edu/ECN/webqueue2/issues) of this repository and believe that this is not a duplicate. + +## Problem + + + +## Proposal + + + +### Examples + + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 88270cd..217d4fc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for the Webqueue2 project -title: '[' +title: '' labels: feature-request assignees: ''