diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..b71d5c6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [FabienPapet] diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml new file mode 100644 index 0000000..35d375e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yml b/.github/ISSUE_TEMPLATE/2_feature_request.yml new file mode 100644 index 0000000..e20fd25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feature_request.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false