Browse Source

Delete bug_report.md

Shalvah 2 years ago
parent
commit
5b28a849db
1 changed files with 0 additions and 38 deletions
  1. 0 38
      .github/ISSUE_TEMPLATE/bug_report.md

+ 0 - 38
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Something didn't work as expected? Create a report to help us improve.
-title: ''
-labels: bug
-assignees: ''
-
----
-
-!!IMPORTANT!!
-
-READ BEFORE OPENING AN ISSUE (and then DELETE before writing your 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.
-
-
-Again, HAVE YOU CHECKED THE DOCS? Use the search bar on the docs page before rushing to open an issue. I know it's difficult when you don't know what you're looking for, but do your best. 
-
-**What happened?**
-1. I ran `php artisan scribe:generate` ...
-2. And I saw...
-
-instead of...
-
-
-**Screenshots and stack traces:**
-
-
-**My environment:**
- - PHP version (from `php -v`): 
- - Framework (Laravel/Lumen):
- - Laravel/Lumen version (from `composer show laravel/framework` or `composer show laravel/lumen-framework`): 
- - Scribe version (from `composer show knuckleswtf/scribe`): 
-
-**My Scribe config (from `php artisan scribe:config:diff`):**
-
-**Additional info:**