Skip to content

Commit a03341a

Browse files
authored
improve bug report issue template
Move version information to the front to facilitate it's inclusion in every issue. Add the path to the logfiles
1 parent c73f0c9 commit a03341a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ labels: bug
66
assignees: ''
77

88
---
9+
**Rubberduck version information**
10+
The info below can be copy-paste-completed from the first lines of Rubberduck's Log or the About box:
11+
12+
Rubberduck version [...]
13+
Operating System: [...]
14+
Host Product: [...]
15+
Host Version: [...]
16+
Host Executable: [...]
17+
918

1019
**Description**
1120
A clear and concise description of what the bug is.
@@ -23,17 +32,8 @@ A clear and concise description of what you expected to happen.
2332
**Screenshots**
2433
If applicable, add screenshots to help explain your problem.
2534

26-
**Rubberduck version information**
27-
The info below can be copy-paste-completed from the first lines of Rubberduck's Log or the About box:
28-
29-
Rubberduck version [...]
30-
Operating System: [...]
31-
Host Product: [...]
32-
Host Version: [...]
33-
Host Executable: [...]
34-
3535
**Logfile**
36-
Rubberduck generates extensive logging in TRACE-Level. If no log was created, check your settings. Include this Log for bugreports about the behavior of Rubbberduck
36+
Rubberduck generates extensive logging in TRACE-Level. If no log was created at `%APP_DATA%\Rubberduck\Logs`, check your settings. Include this Log for bugreports about the behavior of Rubbberduck
3737

3838
**Additional context**
3939
Add any other context about the problem here.

0 commit comments

Comments
 (0)