Skip to content

Commit b520ea6

Browse files
committed
chore: update bug template
1 parent 7b51929 commit b520ea6

File tree

1 file changed

+14
-36
lines changed

1 file changed

+14
-36
lines changed

.github/ISSUE_TEMPLATE/1-bug.md

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,26 @@
11
---
2-
name: '🐞 Bug Report'
3-
about: 'Report a bug'
4-
labels: 'type: bug'
2+
name: "Bug report \U0001F41E"
3+
about: Create a bug report
4+
labels: bug
55
---
66

7-
Your issue may already be reported!
8-
Please search on the [issue tracker](../) before creating one.
7+
## Describe the bug
98

10-
## Expected Behavior
9+
A clear and concise description of what the bug is.
1110

12-
<!--- If you're describing a bug, tell us what should happen -->
13-
<!--- If you're suggesting a change/improvement, tell us how it should work -->
11+
### Steps to reproduce
1412

15-
## Current Behavior
13+
Steps to reproduce the behavior.
1614

17-
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
18-
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
15+
### Expected behavior
1916

20-
## Possible Solution
17+
A clear and concise description of what you expected to happen.
2118

22-
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
23-
<!--- or ideas how to implement the addition or change -->
19+
### Environment
2420

25-
## Steps to Reproduce (for bugs)
21+
- OS: [e.g. Arch Linux]
22+
- Other details that you think may affect.
2623

27-
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
28-
<!--- reproduce this bug. Include code to reproduce, if relevant -->
24+
### Additional context
2925

30-
1.
31-
2.
32-
3.
33-
4.
34-
35-
## Context
36-
37-
<!--- How has this issue affected you? What are you trying to accomplish? -->
38-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
39-
40-
## Your Environment
41-
42-
<!--- Include as many relevant details about the environment you experienced the bug in -->
43-
44-
- Version used:
45-
- NestJS version:
46-
- Node.js version:
47-
- Operating System and version (macOS, Windows, Linux):
48-
- Link to your project:
26+
Add any other context about the problem here.

0 commit comments

Comments
 (0)