Sandboxie/.github/ISSUE_TEMPLATE/bug_report.md

64 lines
1.7 KiB
Markdown
Raw Normal View History

2021-03-22 17:14:43 +00:00
---
2021-04-03 00:09:37 +01:00
name: Problem report
about: Please report your problem here to help us improve
2021-03-22 17:14:43 +00:00
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots**
If applicable, add screenshots to help explain your problem.
2021-10-10 14:48:47 +01:00
**Expected behavior**
A clear and concise description of what you expected to happen.
**System details and installed software**
- What is your Windows edition and version? (e.g. Windows 10 Pro 20H2 64-bit)
- What is your current Sandboxie edition and version? (e.g. Sandboxie Plus 0.9.6 64-bit)
- What was your previous Sandboxie version before the update, if any?
2021-03-28 11:28:53 +01:00
- Please mention in which version this bug got introduced, because it acts as a guide for testers and developers.
- Please mention any security software running in the background, even if the real-time protection is disabled.
2021-03-22 17:14:43 +00:00
2021-10-10 14:48:47 +01:00
**If you have a compatibility issue**
- Please add a reference link to the program not working properly in Sandboxie.
- Please consider to take a log and make it available for analysis: https://git.io/Jwj2y
2021-03-22 17:14:43 +00:00
**Additional context**
Add any other context about the problem here.
2021-04-03 00:09:37 +01:00
**Sandboxie configuration**
2021-10-10 14:48:47 +01:00
If applicable, consider to attach your Sandboxie.ini configuration by copying the content on https://gist.github.com and sharing the resulting link. If you decide to paste the configuration here, make sure to use the backticks around strings, like in this working example:
2021-04-03 00:09:37 +01:00
<details>
2021-10-10 14:48:47 +01:00
2021-04-03 00:09:37 +01:00
<summary>My initial sandboxie.ini settings</summary>
2021-10-10 14:48:47 +01:00
2021-04-03 00:09:37 +01:00
```
[GlobalSettings]
.....
[UserSettings_175D0429]
.....
[DefaultBox]
.....
```
</details>