@@ -11,6 +11,7 @@ A clear and concise description of what the bug is.
1111
1212** To Reproduce**
1313Steps to reproduce the behavior:
14+
14151 . Go to '...'
15162 . Click on '....'
16173 . Scroll down to '....'
@@ -20,12 +21,14 @@ Steps to reproduce the behavior:
2021A 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
3134import { useI18n } from ' hua-i18n-sdk' ;
@@ -35,11 +38,13 @@ import { useI18n } from 'hua-i18n-sdk';
3538
3639** Additional context**
3740Add 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