diff --git a/.github/ISSUE_TEMPLATE/add.yml b/.github/ISSUE_TEMPLATE/add.yml new file mode 100644 index 0000000..55f2252 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add.yml @@ -0,0 +1,20 @@ +name: add a game +description: request to add a new game to the site +title: 'Add: ' +labels: ['add game'] + +body: + - type: input + attributes: + label: game name + placeholder: 'Run 3' + validations: + required: true + + + - type: input + attributes: + label: game URL + placeholder: 'https://mycoolsite.lol/ubg4/run3' + validations: + required: true