mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Add github issue/PR templates (#1041)
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: "🐛 Bug Report"
|
||||||
|
about: 'Report a general bug.'
|
||||||
|
labels: bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Versions:
|
||||||
|
- ide-helper Version: #.#.#
|
||||||
|
- Laravel Version: #.#.# <!-- remove if not applicable -->
|
||||||
|
- Lumen Version: #.#.# <!-- remove if not applicable -->
|
||||||
|
- PHP Version: #.#.#
|
||||||
|
|
||||||
|
### Description:
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please describe in detail the nature of the bug, code samples, etc.
|
||||||
|
|
||||||
|
The more, the better.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Steps To Reproduce:
|
||||||
|
|
||||||
|
- …
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
name: "✨ Feature request"
|
||||||
|
about: 'Suggest a new feature or other improvements.'
|
||||||
|
labels: enhancement
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Describe in detail what you propose, show (preferable) code examples and also signal if you're willing to work on it!
|
||||||
|
-->
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: "🙋🏼♂️ Support question"
|
||||||
|
about: 'I need assistance or clarification on usage of this library.'
|
||||||
|
labels: question
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Versions:
|
||||||
|
- ide-helper Version: #.#.#
|
||||||
|
- Laravel Version: #.#.# <!-- remove if not applicable -->
|
||||||
|
- Lumen Version: #.#.# <!-- remove if not applicable -->
|
||||||
|
- PHP Version: #.#.#
|
||||||
|
|
||||||
|
### Question:
|
||||||
|
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
## Summary
|
||||||
|
<!-- Please provide an exhaustive description. -->
|
||||||
|
|
||||||
|
## Type of change
|
||||||
|
|
||||||
|
<!-- Please delete options that are not relevant. -->
|
||||||
|
|
||||||
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||||
|
- [ ] New feature (non-breaking change which adds functionality)
|
||||||
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||||
|
- [ ] This change requires a documentation update
|
||||||
|
- [ ] Misc. change (internal, infrastructure, maintenance, etc.)
|
||||||
|
|
||||||
|
### Checklist
|
||||||
|
- [ ] Existing tests have been adapted and/or new tests have been added
|
||||||
|
- [ ] Add a CHANGELOG.md entry
|
||||||
|
- [ ] Update the README.md
|
||||||
|
- [ ] Code style has been fixed via `composer fix-style`
|
||||||
Reference in New Issue
Block a user