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/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 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: + +-------------------------------------------------------------