We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e5b67 commit b491b82Copy full SHA for b491b82
.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,19 @@
1
+---
2
+name: Bug Report
3
+about: Report a bug in a package.
4
+title: ''
5
+labels: bug
6
+assignees: ''
7
+
8
9
10
+### Description & Steps to reproduce
11
12
+<!-- Describe what you're doing and what you expected package to do. -->
13
14
+### Versions:
15
+<!-- Please provide all the versions. -->
16
17
+- PHP version: #.#.#
18
+- Laravel version: #.#.#
19
+- Package version: #.#.#
.github/ISSUE_TEMPLATE/new-feature-or-enhancement.md
@@ -0,0 +1,12 @@
+name: New Feature or Enhancement
+about: Suggest an idea for this package.
+labels: enhancement
+### Description
+<!-- Describe what solution you'd like to see. -->
0 commit comments