Skip to content

Commit

Permalink
chore: add feature request template (vuejs#4490)
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Jun 22, 2024
1 parent 5e5d4b6 commit e941ff0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "\U0001F680 New feature proposal"
description: Suggest an idea for this project
labels: ["feature request"]
body:
- type: markdown
attributes:
value: |
**Before You Start...**
This form is only for submitting feature requests. If you have a usage question
or are unsure if this is really a bug, make sure to:
- Ask on **#language-tools** channel on our [Discord Server](https://discord.gg/vue)
- Ask on [GitHub Discussions](https://github.com/vuejs/language-tools/discussions)
Also try to search for your issue - another user may have already requested something similar!
- type: textarea
id: problem-description
attributes:
label: What problem does this feature solve?
description: |
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?
placeholder: Problem description
validations:
required: true
- type: textarea
id: proposed-solution
attributes:
label: What does the proposed solution look like?
description: |
Describe how you propose to solve the problem.
placeholder: Proposed solution
validations:
required: true

0 comments on commit e941ff0

Please sign in to comment.