Skip to content

Commit 355fb7e

Browse files
committed
update issue templates
1 parent 05a0e17 commit 355fb7e

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'Status: Review Needed'
6+
assignees: ''
7+
8+
---
9+
10+
**Reporting a bug?**
11+
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
12+
- Check if the issue is reproducible with the latest version of `@intlify/vue-i18n-extensions`. If you are using a pre-release, please indicate the specific version you are using.
13+
- For bugs that involves build setups, you can create a reproduction repository with steps in the .github/CONTRIBUTING.md
14+
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
15+
16+
**Module versions (please complete the following information):**
17+
- `@intlify/vue-i18n-extensions`: 2.x
18+
- `vue-i18n`: 9.x
19+
- `vue`: 3.x
20+
21+
**To Reproduce**
22+
Steps to reproduce the behavior:
23+
ex:
24+
1. Go to '...'
25+
2. Click on '....'
26+
3. Scroll down to '....'
27+
4. See error
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.
31+
32+
**Screenshots**
33+
If applicable, add screenshots to help explain your problem.
34+
35+
**Additional context**
36+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'Status: Proposal'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Whitespace-only changes.

0 commit comments

Comments
 (0)