-
-
Notifications
You must be signed in to change notification settings - Fork 970
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1939 from alissn/AddIssueTemplate
Add Issue Template for Improved Support
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: "🐛 Bug Report" | ||
about: 'Report a general bug.' | ||
labels: bug | ||
|
||
--- | ||
|
||
### Versions: | ||
- laravel-modules Version: #.#.# | ||
- Laravel Version: #.#.# | ||
- PHP Version: #.#.# | ||
|
||
### Description: | ||
|
||
<!-- | ||
Please describe in detail the nature of the bug, code samples, etc. | ||
The more, the better. | ||
--> | ||
|
||
### Steps To Reproduce: | ||
|
||
- … |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: "✨ Feature request" | ||
about: 'Suggest a new feature or other improvements.' | ||
labels: "feature request" | ||
|
||
--- | ||
|
||
### Summary | ||
|
||
<!-- | ||
Describe in detail what you propose, show (preferable) code examples and also signal if you're willing to work on it! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🙋🏼♂️ Support Questions & Other | ||
url: https://github.com/nWidart/laravel-modules/discussions/new | ||
about: 'I need assistance or clarification on usage of this library.' |