From 3250a20ffcbc30cf68c1b72236fca21d0c989834 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 25 Mar 2020 18:21:01 -0400 Subject: [PATCH] Issue templates --- .github/ISSUE_TEMPLATE/bug.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/help.md | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/help.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..d495885b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,18 @@ +--- +name: Bug +about: Report a bug +title: 'Bug: ...' +labels: ":bug: bug" +assignees: qdm12 + +--- + +1. What's your OS? + +2. What's the version of the program (see at the top of logs)? + +3. How are you running the container? (i.e Docker, Docker Compose, Docker Swarm, Kubernetes, etc.) + +4. What's wrong? (please share some of your logs, and maybe configuration) + +5. Is this urgent? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..2c1686bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest a feature to add to this project +title: 'Feature request: ...' +labels: ":bulb: feature request" +assignees: qdm12 + +--- + +1. What's the feature? + +2. Why do you need this feature? + +3. Extra information? diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md new file mode 100644 index 00000000..883ef413 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,16 @@ +--- +name: Help +about: Ask for help +title: 'Help: ...' +labels: ":pray: help wanted" +assignees: + +--- + +1. What's your OS? + +2. What's the version of the program (see at the top of logs)? + +3. How are you running the container? (i.e Docker, Docker Compose, Docker Swarm, Kubernetes, etc.) + +4. What is the problem?