-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 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 @@ | ||
github: [FabienPapet] |
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,25 @@ | ||
name: 🐛 Bug Report | ||
description: Report an issue in the bundle | ||
labels: [ "Bug" ] | ||
body: | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug and add screenshots | ||
description: What went wrong? If applicable, add screenshots or screen recordings to help explain your problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: Explain what you expected to happen instead. | ||
validations: | ||
required: false | ||
- type: input | ||
id: php-version | ||
attributes: | ||
label: PHP version(s) where the bug happened | ||
placeholder: "ex: 8.0, 8.1, 8.2" | ||
validations: | ||
required: false |
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,17 @@ | ||
name: 🚀 Feature Request | ||
description: Suggest an idea for this project | ||
labels: [ "Feature" ] | ||
body: | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you'd want to happen. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Do you plan to work on this feature? | ||
description: While optional, helping develop a feature will significantly increase the chances that it is done. Please select all that apply for you. | ||
options: | ||
- label: I'm willing to submit a Pull Request that implements this feature. |
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 @@ | ||
blank_issues_enabled: false |