Skip to content

chore: add feature request template #4490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading