diff --git a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yml b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yml index 8868ab6..40a47f1 100644 --- a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -7,20 +7,20 @@ body: id: context attributes: label: Context - description: What circumstances led to the bug? + placeholder: What circumstances led to the bug? validations: required: true - type: textarea id: expected-behavior attributes: label: Expected Behavior - description: What did you expect would happen? + placeholder: What did you expect would happen? validations: required: true - type: textarea id: actual-behavior attributes: label: Actual Behavior - description: What happened, and why was it unexpected? + placeholder: What happened, and why was it unexpected? validations: required: true