Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Issue Template for Improved Support #1939

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.'