From e49797c992dec36cde7aba26df28affd7c41b534 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 8 Jul 2020 17:33:06 +0200 Subject: [PATCH] update the template --- .../postgres-operator-issue-template.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/postgres-operator-issue-template.md b/.github/ISSUE_TEMPLATE/postgres-operator-issue-template.md index 76f939eb9..dd66b6909 100644 --- a/.github/ISSUE_TEMPLATE/postgres-operator-issue-template.md +++ b/.github/ISSUE_TEMPLATE/postgres-operator-issue-template.md @@ -7,13 +7,13 @@ assignees: '' --- -Please answer some short question which should help us to understand your problem / question better? +Please, answer some short questions which should help us to understand your problem / question better? -**Which version of the operator are you using?** e.g. v1.5.0 -**Are you running Postgres Operator in production?** [yes | no] -**Where do you run it? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare Metal K8s] -**Type of issue?** [Bug report, question, feature request, etc.] +- **Which version of the operator are you using?** e.g. v1.5.0 +- **Are you running Postgres Operator in production?** [yes | no] +- **Where do you run it? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare Metal K8s] +- **Type of issue?** [Bug report, question, feature request, etc.] Some general remarks when posting a bug report: - Please, check the operator and postgres pod (Patroni) logs first. When copy pasting many log lines please do it in a separate GitHub gist together with your Postgres CRD and configuration manifest. -- If you feel this issue might be more related to the [Spilo](https://github.com/zalando/spilo/issues) docker image or [Patroni](https://github.com/zalando/patroni/issues), consider to open issues in the respective repos. +- If you feel this issue might be more related to the [Spilo](https://github.com/zalando/spilo/issues) docker image or [Patroni](https://github.com/zalando/patroni/issues), consider opening issues in the respective repos.