From 68f1fbebf46b7b876df81aeba0809fd6e0f25001 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 6 Jun 2021 13:37:05 +0200 Subject: [PATCH] root: add question template Signed-off-by: Jens Langhammer --- .github/ISSUE_TEMPLATE/question.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..608c96340 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,27 @@ +--- +name: Question +about: Ask a question about a feature or specific configuration +title: '' +labels: question +assignees: '' + +--- + +**Describe your question/** +A clear and concise description of what you're trying to do. + +**Relevant infos** +i.e. Version of other software you're using, specifics of your setup + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Logs** +Output of docker-compose logs or kubectl logs respectively + +**Version and Deployment (please complete the following information):** + - authentik version: [e.g. 0.10.0-stable] + - Deployment: [e.g. docker-compose, helm] + +**Additional context** +Add any other context about the problem here.