|
1 | 1 | ---
|
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 |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -Your issue may already be reported! |
8 |
| -Please search on the [issue tracker](../) before creating one. |
| 7 | +## Describe the bug |
9 | 8 |
|
10 |
| -## Expected Behavior |
| 9 | +A clear and concise description of what the bug is. |
11 | 10 |
|
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 |
14 | 12 |
|
15 |
| -## Current Behavior |
| 13 | +Steps to reproduce the behavior. |
16 | 14 |
|
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 |
19 | 16 |
|
20 |
| -## Possible Solution |
| 17 | +A clear and concise description of what you expected to happen. |
21 | 18 |
|
22 |
| -<!--- Not obligatory, but suggest a fix/reason for the bug, --> |
23 |
| -<!--- or ideas how to implement the addition or change --> |
| 19 | +### Environment |
24 | 20 |
|
25 |
| -## Steps to Reproduce (for bugs) |
| 21 | +- OS: [e.g. Arch Linux] |
| 22 | +- Other details that you think may affect. |
26 | 23 |
|
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 |
29 | 25 |
|
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