commit 6e397300b46d6bc4ddb2e42b936fc759891ee5f1 Author: gperson Date: Fri Feb 2 04:11:52 2024 +0000 Add ISSUE_TEMPLATE.yaml diff --git a/ISSUE_TEMPLATE.yaml b/ISSUE_TEMPLATE.yaml new file mode 100644 index 0000000..d06cbc4 --- /dev/null +++ b/ISSUE_TEMPLATE.yaml @@ -0,0 +1,11 @@ +name: Bug Report +about: File a bug report +title: '[BUG] ' +body: + - type: textarea + id: describeIssue + attributes: + label: Describe the issue + description: Please describe the issue you're having. Include what you were doing, the last action before the bug, etc. The more detailed, the better. + validations: + required: true