Browse Source

Merge remote-tracking branch 'origin/master'

shalvah 5 years ago
parent
commit
8c72064e3d
1 changed files with 29 additions and 0 deletions
  1. 29 0
      .github/ISSUE_TEMPLATE/bug_report.md

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

@@ -0,0 +1,29 @@
+---
+name: Bug report
+about: Something didn't work as expected? Create a report to help us improve.
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**What happened?**
+1. I set my configuration to...
+2. Then I ran `php artisan scribe:generate` ...
+3. But I saw...
+
+instead of...
+
+**I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.readthedocs.io/en/latest/troubleshooting.html).**
+
+**Screenshots and stack traces**
+
+
+**My environment:**
+ - PHP version: 
+ - Laravel version:
+ - Scribe Version
+
+**My Scribe config (minus the comments)**
+
+**Additional info**