From d8896be2c1fb5bb1f3869ffdb9b5984c27e1cafe Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 16 May 2018 09:11:43 -0500 Subject: [PATCH] Add more details to issue template --- .github/ISSUE_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9ca201a6c..505772ea1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,11 @@ ### Environment -* Version of postgrest: +* PostgreSQL version: (if using docker, specify the image) +* PostgREST version: (if using docker, specify the image) * Operating system: -* Running in docker: - * [ ] yes - * [ ] no ### Description of issue -(Expected behavior vs actual behavior.) +(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)