diff --git a/.github/ISSUE_TEMPLATE/add.yml b/.github/ISSUE_TEMPLATE/add.yml new file mode 100644 index 0000000..6389bdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add.yml @@ -0,0 +1,20 @@ +name: Add a game or app +description: +title: 'Add: ' +labels: ['Request'] + +body: + - type: input + attributes: + label: + placeholder: + validations: + required: true + + + - type: input + attributes: + label: + placeholder: + validations: + required: true