diff --git a/.github/ISSUE_TEMPLATE/edit.yml b/.github/ISSUE_TEMPLATE/edit.yml new file mode 100644 index 0000000..6cbc46d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/edit.yml @@ -0,0 +1,21 @@ +name: edit game +description: request to edit/fix game +title: 'Edit: ' +labels: ['edit stream'] + +body: + - type: input + attributes: + label: new game URL + description: new link to the game + placeholder: 'https://23apples.gg/run3' + validations: + required: true + + - type: input + attributes: + label: game name + description: "name of the game" + placeholder: 'Run 3' + validations: + required: true