diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index cefe6b8b2..000000000 --- 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 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false