diff --git a/.github/ISSUE_TEMPLATE/simpleissue.yaml b/.github/ISSUE_TEMPLATE/simpleissue.yaml new file mode 100644 index 00000000000..6bea4c29715 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/simpleissue.yaml @@ -0,0 +1,14 @@ +name: Fork Issue +description: Create an issue to track changes made in this fork +title: "[Fork] " +labels: [] +assignees: [] +body: + - type: textarea + id: description + attributes: + label: Description + description: Describe the purpose of this fork and any planned changes + placeholder: Type your description here... + validations: + required: true