diff --git a/.forgejo/ISSUE_TEMPLATE/bug-report.yml b/.forgejo/ISSUE_TEMPLATE/bug-report.yml index 0759f57f8..0d1868b87 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug-report.yml +++ b/.forgejo/ISSUE_TEMPLATE/bug-report.yml @@ -1,14 +1,15 @@ name: Bug Report description: File a bug report. title: "[Issue]: " -labels: ["bug"] +labels: + - bug body: - type: input id: issue attributes: label: What is the issue? description: Please describe what the issue is. - placeholder: ex. Game crashes when [...] + placeholder: "ex. Game crashes when [...]" validations: required: true - type: textarea @@ -41,7 +42,7 @@ body: default: 0 validations: required: true - - type: dropdown + - type: dropdown id: loader attributes: label: Modloader @@ -84,7 +85,7 @@ body: id: extras attributes: label: Additional Context - description: Put any extra info you feel is neccessary here. + description: Put any extra info you feel is necessary here. - type: checkboxes id: terms attributes: @@ -92,4 +93,4 @@ body: description: If you do not fill out this form correctly, your issue will be immediately closed. options: - label: I understand and have fully filled out the form, including the issue name. - required: true + required: true \ No newline at end of file