From da36432c3145fb6086df1b7c8c60d3470d501a16 Mon Sep 17 00:00:00 2001 From: Bruno Moreira-Guedes Date: Thu, 30 Dec 2021 05:20:26 -0300 Subject: [PATCH] Asking for help template A template to collect proper information about an issue requesting for help. It also suggests to the user to try reading the documentation first. --- .github/ISSUE_TEMPLATE/getting-help.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/getting-help.md diff --git a/.github/ISSUE_TEMPLATE/getting-help.md b/.github/ISSUE_TEMPLATE/getting-help.md new file mode 100644 index 0000000..7bd2db5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/getting-help.md @@ -0,0 +1,17 @@ +--- +name: GETTING HELP +about: Get help with some usage related problem +title: "[SUP]" +labels: '' +assignees: '' + +--- + +**What do you need help with?** +Describe what you would like to achieve with rdesktop + +**Have you tried anything so far?** +If you tried to do it in some way and it didn't work, please describe how you tried to do and what went wrong (i.e. an error message) + +**Have you tried the docs?** +- [ ] Yes, I have tried to read the appropriate docs but haven't found a solution