Skip to content

Commit e500d4d

Browse files
committed
fix: update bug report template
1 parent 42ab593 commit e500d4d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A clear and concise description of what the bug is.
1111

1212
**To Reproduce**
1313
Steps to reproduce the behavior:
14+
1415
1. Go to '...'
1516
2. Click on '....'
1617
3. Scroll down to '....'
@@ -20,12 +21,14 @@ Steps to reproduce the behavior:
2021
A clear and concise description of what you expected to happen.
2122

2223
**Environment:**
23-
- OS: [e.g. macOS, Windows, Linux]
24-
- Node.js version: [e.g. 18.0.0]
25-
- React version: [e.g. 18.2.0]
26-
- hua-i18n-sdk version: [e.g. 1.0.0]
24+
25+
- OS: [e.g. macOS, Windows, Linux]
26+
- Node.js version: [e.g. 18.0.0]
27+
- React version: [e.g. 18.2.0]
28+
- hua-i18n-sdk version: [e.g. 1.0.0]
2729

2830
**Code example**
31+
2932
```typescript
3033
// Please provide a minimal code example that reproduces the issue
3134
import { useI18n } from 'hua-i18n-sdk';
@@ -35,11 +38,13 @@ import { useI18n } from 'hua-i18n-sdk';
3538

3639
**Additional context**
3740
Add any other context about the problem here, including:
41+
3842
- Browser console errors
3943
- Network tab information
4044
- Screenshots if applicable
4145

4246
**Checklist**
47+
4348
- [ ] I have searched existing issues to avoid duplicates
4449
- [ ] I have provided a minimal reproduction example
4550
- [ ] I have included all relevant environment information

0 commit comments

Comments
 (0)