From 58f4b4bc336a9a017be86ceeb0a379a76ec3bc64 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 12 Apr 2018 21:28:11 -0500 Subject: [PATCH] Issue template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 13 +------------ .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 12 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (85%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 85% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index b63cebbe4..153cb140c 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -51,18 +51,7 @@ your contributions. source](https://postgrest.com/en/stable/install.html#build-from-source) wiki page. -## Maintenance - -### Schedule - -Currently I (@begriffs) am the sole maintainer, and while I am -overjoyed to help resolve issues I also have to balance this with -my other obligations. If you don't get a response right away -don't worry, I will definitely get to it. Also you can join the -Gitter [chat room](https://gitter.im/begriffs/postgrest) to -discuss issues you are having. - -## Running Tests +### Running Tests For instructions on running tests, see the official docs hosted here: diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..ba4fa0de9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +### Environment + +* Version of postgrest: +* Operating system: +* Running in docker: + * [ ] yes + * [ ] no + +### Description of issue + +(Expected behavior vs actual behavior.) + +### Support level + +In addition to free community support, are you interested in priority consulting time from [begriffs](https://begriffs.com/)? + +* [ ] yes +* [ ] no