Merge pull request #752 from isaak654/patch-5

Update bug_report.md
This commit is contained in:
DavidXanatos 2021-04-09 10:45:22 +02:00 committed by GitHub
commit 2e07447a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
name: Bug report name: Problem report
about: Create a report to help us improve about: Please report your problem here to help us improve
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
@ -23,7 +23,7 @@ A clear and concise description of what you expected to happen.
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem. 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 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). - 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. - 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** **Additional context**
Add any other context about the problem here. 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:
<details>
<summary>My initial sandboxie.ini settings</summary>
```
[GlobalSettings]
.....
[UserSettings_175D0429]
.....
[DefaultBox]
.....
```
</details>