From 134262fc030ad3c105f3b0538b8f10de88e73ef0 Mon Sep 17 00:00:00 2001 From: Bruno Moreira-Guedes Date: Thu, 30 Dec 2021 04:35:32 -0300 Subject: [PATCH] Bug report template A template for an objective bug report with basic information and reproduction steps --- .github/ISSUE_TEMPLATE/bug-report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..2af53b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,38 @@ +--- +name: BUG REPORT +about: Follow this template to report a bug +title: "[BUG] " +labels: '' +assignees: '' + +--- + +PLEASE, FOLLOW AS CLOSELY AS POSSIBLE THE FOLLOWING SCRIPT TO FILL A BUG REPORT (and remove hints and instructions) +**Describe the bug** +A clear and concise description of what the bug is. + +**Reproduction Steps** +Explain in detailed steps how to reproduce the bug + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Important Information:** + - rdesktop Version (*): [e.g. 1.9.0] + - Client OS (*): [e.g. Fedora Core 35] + - Server OS: [e.g. Windows 10] + - Server Software: [e.g. xrdp] + - Server Software Version: [e.g. 1.5.1] + +** Checklist ** +- [ ] This bug prevents me from using rdesktop +- [ ] This bug is a security issue +- [ ] This bug causes a bad experience with rdesktop +- [ ] I have supplied all possible sections of the bug report template + +**Additional Information** +Add any relevant contextual information or other details about the problem here, like command line arguments, output, environment variables, gdb output, screenshots, etc. +HINT: the output is often useful, run `rdesktop` with the `-v` argument (verbose) to produce a more detailed output.