diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..d82b31f8eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + +### Environment + +* PostgreSQL version: (if using docker, specify the image) +* PostgREST version: (if using docker, specify the image) +* Operating system: + +### Description of issue + +Describe the behavior you expected vs the actual behavior. Include: + +- A minimal SQL definition. +- How you make the request to PostgREST (curl command preferred). +- The PostgREST response. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..99880ba885 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an enhancement for this project +title: '' +labels: '' +assignees: '' + +--- + +## Problem + +A clear and concise description of what the problem is. + +## Solution + +A clear and concise description of what you want to happen.