From 5f902d7111bc6800fecd38f65122dfc59254a233 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Mon, 28 Sep 2020 19:25:43 -0400 Subject: [PATCH] Updated GitHub issue templates --- .github/ISSUE_TEMPLATE/found-a-bug.md | 21 ++++++++++++++++ .../ISSUE_TEMPLATE/have-a-recommendation-.md | 13 ---------- .../ISSUE_TEMPLATE/have-a-recommendation.md | 24 +++++++++++++++++++ .github/ISSUE_TEMPLATE/need-help-.md | 15 ------------ 4 files changed, 45 insertions(+), 28 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/found-a-bug.md delete mode 100644 .github/ISSUE_TEMPLATE/have-a-recommendation-.md create mode 100644 .github/ISSUE_TEMPLATE/have-a-recommendation.md delete mode 100644 .github/ISSUE_TEMPLATE/need-help-.md diff --git a/.github/ISSUE_TEMPLATE/found-a-bug.md b/.github/ISSUE_TEMPLATE/found-a-bug.md new file mode 100644 index 0000000..e995f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/found-a-bug.md @@ -0,0 +1,21 @@ +--- +name: Found a bug? +about: Use this template if you found a bug +title: "" +labels: "" +assignees: "" +--- + + + +## Guide + + + +## Operating system and version + + + +## Description + +What isn’t working? diff --git a/.github/ISSUE_TEMPLATE/have-a-recommendation-.md b/.github/ISSUE_TEMPLATE/have-a-recommendation-.md deleted file mode 100644 index 0f45b19..0000000 --- a/.github/ISSUE_TEMPLATE/have-a-recommendation-.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Have a recommendation? -about: Use this template if you have a recommendation -title: '' -labels: '' -assignees: '' - ---- - -**Title:** title of guide -**Branch:** master or draft? - -What do you recommend? diff --git a/.github/ISSUE_TEMPLATE/have-a-recommendation.md b/.github/ISSUE_TEMPLATE/have-a-recommendation.md new file mode 100644 index 0000000..24bfde2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/have-a-recommendation.md @@ -0,0 +1,24 @@ +--- +name: Have a recommendation? +about: Use this template if you have a recommendation +title: "" +labels: "" +assignees: "" +--- + +## Branch + +- [ ] master +- [ ] draft + +## Guide + + + +## Operating system and version + + + +## Description + +What do you recommend? diff --git a/.github/ISSUE_TEMPLATE/need-help-.md b/.github/ISSUE_TEMPLATE/need-help-.md deleted file mode 100644 index 504e4a0..0000000 --- a/.github/ISSUE_TEMPLATE/need-help-.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Need help? -about: Use this template if you need help -title: '' -labels: '' -assignees: '' - ---- - -**Please use comments on YouTube or PeerTube when possible as others may be able to help (two brains are better than one).** - -**Title:** Title of guide -**Branch:** master or draft? - -What isn’t working?