Browse Source

Issue template

shalvah 2 years ago
parent
commit
fa8b71a4a0
2 changed files with 18 additions and 2 deletions
  1. 9 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 9 1
      .github/ISSUE_TEMPLATE/question.md

+ 9 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -7,7 +7,15 @@ assignees: ''
 
 ---
 
-- [x] **I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.knuckles.wtf/laravel/troubleshooting).**
+!!IMPORTANT!!
+
+READ BEFORE OPENING AN ISSUE:
+
+- If you don't provide enough information in your issue for me to reproduce (such as version and any custom configuration), I will close it. I can't keep wasting my time investigating issues which no longer exist.
+- Check the Troubleshooting Guide! https://scribe.knuckles.wtf/laravel/troubleshooting Some solutions to common problems are detailed there. In general, first search the docs.
+
+
+Again, HAVE YOU CHECKED THE DOCS? Use the search bar on the docs page before rushing to open an issue.
 
 **What happened?**
 1. I set my configuration to...

+ 9 - 1
.github/ISSUE_TEMPLATE/question.md

@@ -6,6 +6,14 @@ labels: question
 assignees: ''
 
 ---
+!!IMPORTANT!!
 
-- [x] I've read the [documentation](https://scribe.knuckles.wtf/laravel) and I can't find details on how to achieve this.
+READ BEFORE OPENING AN ISSUE:
 
+- If you don't provide enough information in your issue for me to reproduce (such as version and any custom configuration), I will close it. I can't keep wasting my time investigating issues which no longer exist.
+- Check the Troubleshooting Guide! https://scribe.knuckles.wtf/laravel/troubleshooting Some solutions to common problems are detailed there.
+
+
+- [ ] I've read the [documentation](https://scribe.knuckles.wtf/laravel) and I can't find details on how to achieve this.
+
+Okay, but DID YOU REALLY CHECK THE DOCS? Use the search bar on the docs page, and then come back and put an x in the box above only if you don't find answers.