Skip to content

Commit 60a9976

Browse files
authored
Merge pull request #23 from OpticFusion1/pr-771
Import upstream PR practical-tutorials#771: docs: improve bug report template
2 parents 6db92ef + 5182593 commit 60a9976

1 file changed

Lines changed: 30 additions & 15 deletions

File tree

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
11
---
2-
name: "\U0001F41BBug report"
3-
about: Report an Issue
2+
name: "🐛 Bug report"
3+
about: Report an issue
4+
title: "[BUG] <short summary>"
5+
labels: ["bug"]
6+
assignees: []
47
---
58

6-
<!--- Provide a general summary of the issue in the Title above -->
9+
<!-- Give a clear, concise summary of the bug in 1–2 lines. -->
710

8-
## Expected Behavior
9-
<!--- If you're suggesting a change/improvement, tell us how it should work -->
11+
## Environment
12+
<!-- Helps reproduce and debug faster. -->
13+
- OS:
14+
- Browser / Version:
15+
- Device:
16+
- App version / Commit hash:
1017

11-
## Current Behavior
12-
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
18+
## Expected behavior
19+
<!-- Describe what you expected to happen. -->
1320

14-
## Possible Solution
15-
<!--- Not obligatory, but suggest a fix/reason -->
16-
<!--- or ideas how to implement the addition or change -->
21+
## Current behavior
22+
<!-- Describe what actually happens, including error messages if any. -->
1723

18-
## Steps to Reproduce
19-
<!--- Provide a link to a live example -->
24+
## Steps to reproduce
25+
<!-- Numbered, detailed steps make it easier to reproduce. -->
26+
1. Go to '...'
27+
2. Click on '...'
28+
3. Scroll to '...'
29+
4. See error
2030

21-
## Context [OPTIONAL]
22-
<!--- How has this issue affected you? What are you trying to accomplish? -->
23-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
31+
## Screenshots / Logs
32+
<!-- Add screenshots or paste relevant logs (sanitized). -->
33+
34+
## Possible solution
35+
<!-- Optional: ideas, suspected cause, or potential fix. -->
36+
37+
## Additional context
38+
<!-- How this affects you, related issues, or any extra details. -->

0 commit comments

Comments
 (0)