diff --git a/.github/request.yml b/.github/request.yml deleted file mode 100644 index c3712e0..0000000 --- a/.github/request.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: add a game -description: request to add a new game to the site -title: 'Add: ' -labels: ['NONE'] - -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: