diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index a01a4fa..31b5522 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -4,40 +4,54 @@ labels: [bug] assignees: DevDyna body: - type: checkboxes - id: new-issue + id: check-base attributes: - label: Core Section - description: Things that need to be checked! + label: Check Base + description: base-desc options: - - label: I have searched on opened [issues](https://github.com/DevDyna/EasyBee/issues) and [discussions](https://github.com/DevDyna/EasyBee/discussions) of this repository - required: true - - label: I'm using the latest version of this project + - label: 1-label required required: true + - label: 2-label optional + required: false + + - type: checkboxes + id: optional + attributes: + label: Optional + description: optional-desc + options: + - label: 1-option + required: false + - label: 2-option + required: false - - type: input - id: text-box - attributes: - label: Mod Loader Version - placeholder: forge-1.0 - description: Write what version of modloader was used + - type: dropdown + id: list-selection + attributes: + label: List Selection + description: list-desc + options: + - 0 + - 1 + - 2 validations: required: true - - - type: textarea - id: large-text-box-1 - attributes: - label: Description - description: Describe what happen - placeholder: sqrt(-1) - sqrt(i) = -0,707106781 + 0,292893219 i + + - type: input + id: text-box + attributes: + label: Text Box + placeholder: example + description: desc-box validations: required: true - + - type: textarea - id: large-text-box-2 + id: large-text-box attributes: - label: Procedure - description: Describe how to reproduce it - placeholder: sqrt(-1) - sqrt(i) = -0,707106781 + 0,292893219 i + label: Large Text Box + description: desc-large-box + placeholder: example validations: - required: false + required: true