|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | 3 | about: Create a report to help us improve |
4 | | -title: "[BUG]" |
| 4 | +title: '[Bug]' |
5 | 5 | labels: bug |
6 | | -assignees: zihluwang, theodorehills |
| 6 | +type: bug |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -**Which module creates this bug** |
11 | | -- [ ] `devkit-core` |
12 | | -- [ ] `devkit-utils` |
13 | | -- [ ] `guid` |
14 | | -- [ ] `webcal` |
15 | | -- [ ] `simple-jwt-facade` |
16 | | -- [ ] `simple-jwt-authzero` |
17 | | -- [ ] `simple-jwt-jjwt` |
18 | | -- [ ] `simple-jwt-spring-boot-starter` |
19 | | - |
20 | | -**Describe the bug** |
| 10 | +## Describe the bug |
| 11 | + |
21 | 12 | A clear and concise description of what the bug is. |
22 | 13 |
|
23 | | -**To Reproduce** |
| 14 | +## To Reproduce |
| 15 | + |
24 | 16 | Steps to reproduce the behavior: |
25 | 17 | 1. Go to '...' |
26 | 18 | 2. Click on '....' |
27 | 19 | 3. Scroll down to '....' |
28 | 20 | 4. See error |
29 | 21 |
|
30 | | -**Expected behavior** |
| 22 | +## Expected behaviour |
| 23 | + |
31 | 24 | A clear and concise description of what you expected to happen. |
32 | 25 |
|
33 | | -**Screenshots** |
| 26 | +## Screenshots (Optional) |
| 27 | + |
34 | 28 | If applicable, add screenshots to help explain your problem. |
35 | 29 |
|
36 | | -**Developing Environment:** |
37 | | - - OS: [e.g. Windows, macOS, Linux, Ubuntu] |
38 | | - - Browser [e.g. chrome, safari] |
39 | | - - Version [e.g. 22] |
40 | | - - Java Version: [e.g. Amazon Corretto 17, Oracle 17, Azul Zulu 17, Microsoft Build of OpenJDK 17] |
| 30 | +## Developing Environment: |
| 31 | +- **OS:** \[e.g. Windows, macOS, Linux] |
| 32 | +- **Onixbyte Toolbox Version:** \[e.g. x.y.z] |
| 33 | +- **Java Version:** \[e.g. Amazon Corretto 17, Oracle 17, Azul Zulu 17, Microsoft Build of OpenJDK 17] |
41 | 34 |
|
42 | | -**Additional context** |
| 35 | +## Additional context (Optional) |
43 | 36 | Add any other context about the problem here. |
0 commit comments