Skip to content

Commit

Permalink
chore(discussions): add checklist to feature requests template
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 30, 2024
1 parent 8d1aa33 commit d6183fd
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
labels: [Ideas]
body:

- type: markdown
- type: checkboxes
id: checks
attributes:
value: |
> [!IMPORTANT]
>
> Before requesting:
>
> - Search [existing issues](https://github.com/mrcjkb/rustaceanvim/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement).
> - If you are reporting a bug, please use the [correct form](https://github.com/mrcjkb/rustaceanvim/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml).
label: Checked other resources
description: Please confirm and check all the following options.
options:
- label: This is not a bug report or a question (Please use [issues](https://github.com/mrcjkb/rustaceanvim/issues/new/choose) for those).
required: true
- label: I have searched [existing discussions](https://github.com/mrcjkb/rustaceanvim/discussions/categories/ideas).
required: true
- label: I have searched [existing issues](https://github.com/mrcjkb/rustaceanvim/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement).
required: true
- label: I have added a very descriptive title to this feature request.
required: true
- type: textarea
attributes:
label: "Feature description"
Expand Down

0 comments on commit d6183fd

Please sign in to comment.