Skip to content

Commit

Permalink
Merge pull request #1939 from alissn/AddIssueTemplate
Browse files Browse the repository at this point in the history
Add Issue Template for Improved Support
  • Loading branch information
dcblogdev authored Sep 13, 2024
2 parents 15dec6b + 012f4d7 commit 2ae1381
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
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:

-
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md
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!
-->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.'

0 comments on commit 2ae1381

Please sign in to comment.