From 8a90c97ff16265b7124073042eaee9a68482c698 Mon Sep 17 00:00:00 2001 From: airsquared <36649395+airsquared@users.noreply.github.com> Date: Tue, 21 Apr 2020 16:27:58 -0700 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++++----- .github/ISSUE_TEMPLATE/question.md | 15 +++++++++++++++ 2 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 222b1301..0ac68f2f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,8 @@ assignees: '' YOUR ISSUE WILL BE CLOSED AND/OR DELETED IF YOU DO NOT FILL OUT THIS TEMPLATE -Remove the following line and the text above it before submitting this issue: + +Please remove the following line and the text above it before submitting this issue: ------------------------------------------------------------- @@ -19,11 +20,16 @@ A clear and concise description of what the bug is and the expected behavior. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. macOS Mojave] - - App version [e.g. 1.1.1] +**Desktop:** + - OS Version: + - iOS Device: (if applicable) + +**Checklist (place an x between the brackets to mark as completed):** + - [ ] I have made sure I am on the latest version of blobsaver + - [ ] I have checked the blobsaver wiki to see if there is already a solution to my problem + - [ ] I have tried common troubleshooting tactics such as restarting my computer and reinstalling blobsaver **Log(s)** ``` If applicable, paste any log(s) here, on the lines between the backticks. -``` \ No newline at end of file +``` diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..c9279950 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,15 @@ +--- +name: Question +about: Request more information about blobsaver +title: '' +labels: question +assignees: '' + +--- + +DO NOT SUBMIT A BUG REPORT OR FEATURE REQUEST USING THIS TEMPLATE, YOUR ISSUE WILL BE CLOSED AND/OR DELETED + + +Please remove the following line and the text above it before submitting this issue: + +------------------------------------------------------------- From 857873e40ac8581653d5e48402b28d0951b4b73a Mon Sep 17 00:00:00 2001 From: airsquared <36649395+airsquared@users.noreply.github.com> Date: Tue, 21 Apr 2020 16:30:54 -0700 Subject: [PATCH 2/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) 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 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false