Skip to content

Commit abc87a8

Browse files
committed
chore: use positively connoted question
1 parent 07556b4 commit abc87a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "\U0001F41E Bug report"
2+
name: "\U0001F41E Bug report"
33
about: Report an issue with Vite
44
title: ''
55
labels: 'bug: pending triage'
@@ -13,6 +13,8 @@ assignees: ''
1313

1414
<!-- A clear and concise description of what the bug is. -->
1515

16+
<!-- If you intend to submit a PR for this issue, tell us in the description. Thanks! -->
17+
1618
### Reproduction
1719

1820
<!--
@@ -53,4 +55,3 @@ assignees: ''
5355
- [ ] Provide a description in this issue that describes the bug.
5456
- [ ] Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
5557
- [ ] This is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/vite/discussions) or join our [Discord Chat Server](https://chat.vitejs.dev/).
56-
- [ ] Are you willing to submit a pull request to fix this bug?

.github/ISSUE_TEMPLATE/feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ assignees: ''
1010

1111
<!-- As a developer using Vite I want [goal / wish] so that [benefit]. -->
1212

13+
<!-- If you intend to submit a PR for this issue, tell us in the description. Thanks! -->
14+
1315
### Suggested solution
1416

1517
<!-- In module [xy] we could provide following implementation... -->
@@ -21,5 +23,3 @@ assignees: ''
2123
### Additional context
2224

2325
<!-- Any other context or screenshots about the feature request here. -->
24-
25-
- [ ] Are you willing to submit a pull request to implement this feature?

0 commit comments

Comments
 (0)