From e0d98e63e94bf5ed446ad27db4013682895d3e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9nD?= Date: Fri, 27 Jul 2018 09:58:37 +0200 Subject: [PATCH] * [ADD] Added GH question template --- .github/ISSUE_TEMPLATE/question.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000..ef7590f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,22 @@ +--- +name: Question +about: Ask a question about a behavior or feature. + +--- + +**sysPass Version** +Can be found on `Config -> Information` tab + +**Describe the question** +A clear and concise description. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Platform (please complete the following information):** + - OS: [e.g. Linux, Android] + - OS Version + - Browser [e.g. Firefox, Chrome] + +**Additional context** +Add any other context about the problem here.