diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e7ec9d3b..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ - -#### What steps will reproduce the problem? - -#### What is the expected result? - -#### What do you get instead? - - -#### Additional info - -| Q | A | -|-------------------|---------------| -| Framework version | 0.**?**.**?** | -| PHP version | 7.4 or 8.**? | -| Operating system | | - ------- -_Description of the problem found._ diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yaml b/.github/ISSUE_TEMPLATE/Bug_report.yaml new file mode 100644 index 00000000..a631805c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.yaml @@ -0,0 +1,11 @@ +name: Bug Report +description: What steps will reproduce the problem? +labels: Bug +body: + - type: textarea + id: description + attributes: + label: Description + description: Description of the problem found + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Feature_request.yaml b/.github/ISSUE_TEMPLATE/Feature_request.yaml new file mode 100644 index 00000000..a33c6ecb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.yaml @@ -0,0 +1,8 @@ +name: Feature Request +description: Describe the feature briefly +body: + - type: textarea + id: description + attributes: + label: Description + description: What do we aim to achieve? diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false