From 2564b323d76b44051980c139e2667f9b511c7933 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 5 Nov 2024 12:52:17 -0500 Subject: [PATCH] chore: disallow github blank issue and cleanup --- .github/ISSUE_TEMPLATE.md | 17 ----------------- .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index cefe6b8b2f..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ - -### Environment - -* PostgreSQL version: (if using docker, specify the image) -* PostgREST version: (if using docker, specify the image) -* Operating system: - -### Description of issue - -(Expected behavior vs actual behavior) - -(Steps to reproduce: Include a minimal SQL definition plus how you make the request to PostgREST and the response body) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false