Skip to content

Commit

Permalink
chore: add feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Nov 11, 2022
1 parent ea5b942 commit 056477e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
id: system-info
attributes:
label: System Info
description: Output of `npx envinfo --system --npmPackages '{vexip-ui,@vexip-ui/*}' --binaries --browsers`
description: Output of `npx envinfo --system --npmPackages '{vite,@vitejs/*,vite-plugin-dts}' --binaries --browsers`
render: shell
placeholder: System, Binaries, Browsers
validations:
Expand Down
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: New feature proposal

description: Propose a new feature to be added to vite-plugin-dts

body:
- type: markdown
attributes:
value: |
Thanks for your interest in the project and taking the time to fill out this feature report!
- type: textarea
id: feature-description
attributes:
label: Description
description: Clear and concise description of the problem. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: As a developer using vite-plugin-dts I want [goal / wish] so that [benefit]...
validations:
required: true

- type: textarea
id: suggested-solution
attributes:
label: Suggested solution
description: In module [xy] we could provide following implementation...
validations:
required: true

- type: textarea
id: alternative
attributes:
label: Alternative
description: Clear and concise description of any alternative solutions or features you've considered.

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Any other context or screenshots about the feature request here.

- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Read the [FAQ](https://github.com/qmhc/vite-plugin-dts#faq).
required: true
- label: Check that there isn't [already an issue](https://github.com/qmhc/vite-plugin-dts/issues) that reports the same bug to avoid creating a duplicate.
required: true

0 comments on commit 056477e

Please sign in to comment.