Skip to content

Commit

Permalink
Merge branch 'github-files'
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienPapet committed Apr 13, 2023
2 parents 98bb594 + 31f330b commit 1e63fdd
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [FabienPapet]
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
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.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 1e63fdd

Please sign in to comment.