From c92c55ca528237e8e379a837947c5ea7beda5427 Mon Sep 17 00:00:00 2001 From: John Grosh Date: Mon, 2 Nov 2020 15:46:36 -0500 Subject: [PATCH 1/3] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b2b6064 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Community Support Server + url: https://discord.gg/0p9LSGoRLu6Pet0k + about: For general questions, please ask in the support server From 7a55e76a35f07bba84c9239a7f2da03842375468 Mon Sep 17 00:00:00 2001 From: John Grosh Date: Mon, 2 Nov 2020 15:51:15 -0500 Subject: [PATCH 2/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 1d126a7..c4252af 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,22 +8,22 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +Replace this text with a clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. Run with '...' -2. Do a command '....' -3. Some other step '....' +1. +2. +3. **Expected behavior** -A clear and concise description of what you expected to happen. +Replace this text with a clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain your problem here. **Debug Info** Please run the `debug` command and paste it here or upload it as an attachment. If you cannot run the command, please provide information about your system such as operating system version, JMusicBot version, etc. **Additional context** -Add any other context about the problem here. +Replace this text with any other context about the problem. From 9a79308065669bb012b11659d2166597355a81e0 Mon Sep 17 00:00:00 2001 From: John Grosh Date: Mon, 2 Nov 2020 15:52:57 -0500 Subject: [PATCH 3/3] Update and rename feature_request.md to feature-request.md --- .../{feature_request.md => feature-request.md} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (65%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 65% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index fd98d9c..af5b551 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project title: "[Feature Request] Title Here" labels: '' @@ -8,17 +8,16 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +Replace this text with a clear and concise description of what the problem is. **Describe the solution you'd like** -A clear and concise description of what you want to happen. +Replace this text with a clear and concise description of what you want to happen. **Describe the basic flow/steps of using this feature** How this feature would be used: -1. Set something '...' -2. Run some command '...' -3. Other steps or related info '...' -4. ... +1. +2. +3. **Additional context** Add any other context or screenshots about the feature request here.