Added better Github and actions config.
This commit is contained in:
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Feature request
|
||||
description: Suggest a feature for this package
|
||||
description: |
|
||||
Suggest a feature for this package.
|
||||
|
||||
Sponsors get priority issues, PRs, fixes and requests. Not a sponsor? [You're a just click away!](https://github.com/sponsors/DarkGhostHunter).
|
||||
title: "[X.x] Add this cool feature for this package"
|
||||
labels: ["enhancement"]
|
||||
assignees:
|
||||
@@ -28,7 +31,12 @@ body:
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe how the feature works
|
||||
placeholder: This new feature would accomplish this, and would be cool to integrate it to the package because...
|
||||
placeholder: |
|
||||
This new feature would accomplish...
|
||||
|
||||
It could be implemented by doing...
|
||||
|
||||
And it would be cool because...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
@@ -41,13 +49,3 @@ body:
|
||||
render: php
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: supporter
|
||||
attributes:
|
||||
label: Are you a Patreon supporter?
|
||||
description: Patreon supporters get priority review, fixing and responses. Are you not? [Become one!](https://patreon.com/packagesforlaravel)
|
||||
options:
|
||||
- Yes, with my username
|
||||
- No, don't give priority to this
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user