diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d1b876a2..685b5250 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Create a report to help us improve +name: Problem report +about: Please report your problem here to help us improve title: '' labels: '' assignees: '' @@ -23,7 +23,7 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**System and installed software (please provide the following information):** +**System details and installed software (please provide the following information):** - What is your Windows edition and version? (i.e. Windows 10 Pro 20H2). - What is your current Sandboxie edition and version? (i.e. Sandboxie Plus 0.7.2). - Please mention in which version this bug got introduced, because it acts as a guide for testers and developers. @@ -31,3 +31,28 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. + +**Sandboxie configuration** +If applicable, consider to attach your sandboxie.ini configuration by copying the content at https://gist.github.com and sharing the resulting link here. If you decide to paste the configuration directly here, make sure to use the backticks around strings, like in this working example: + +
+ +My initial sandboxie.ini settings + +``` + +[GlobalSettings] + +..... + +[UserSettings_175D0429] + +..... + +[DefaultBox] + +..... + +``` + +