Skip to content

Commit

Permalink
chore: use positively connoted question
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Mar 22, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mkatychev Mikhail Katychev
1 parent 07556b4 commit abc87a8
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "\U0001F41E Bug report"
name: "\U0001F41E Bug report"
about: Report an issue with Vite
title: ''
labels: 'bug: pending triage'
@@ -13,6 +13,8 @@ assignees: ''

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

<!-- If you intend to submit a PR for this issue, tell us in the description. Thanks! -->

### Reproduction

<!--
@@ -53,4 +55,3 @@ assignees: ''
- [ ] Provide a description in this issue that describes the bug.
- [ ] 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.
- [ ] 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/).
- [ ] Are you willing to submit a pull request to fix this bug?
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ assignees: ''

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

<!-- If you intend to submit a PR for this issue, tell us in the description. Thanks! -->

### Suggested solution

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

<!-- Any other context or screenshots about the feature request here. -->

- [ ] Are you willing to submit a pull request to implement this feature?

0 comments on commit abc87a8

Please sign in to comment.