From 83aeab38cb07308640a4c3d492ce83eb2ad32921 Mon Sep 17 00:00:00 2001 From: Voxel Date: Fri, 14 Mar 2025 08:01:50 -0400 Subject: [PATCH] Create add.yml --- .github/ISSUE_TEMPLATE/add.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add.yml 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