Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🚀 Feature request
description: Suggest an idea for this project
title: "<One feature request per issue>"
title: One feature request per issue
labels: ['type: feature']
body:
- type: textarea
Expand Down
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/non_core.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: non-core improvement proposal
description: Suggest an idea for this project
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a feture 🤔

title: Idea
labels: ['type: refactor']
body:
- type: checkboxes
id: type
attributes:
label: Type
options:
- label: Refactor
- label: Test
- type: textarea
id: why
attributes:
label: Why?
description: |
A clear and concise description of why you want to propose this improvement.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
If applicable, add context that helps us understand the idea better.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 🤔 Question
description: |
Letting us know your question will help us improve the project or document.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use GitHub discussions instead. We probably should spend more time there...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I seldom use GitHub discussions.

If you think it is a bug, please use the bug report template instead.
title: Your question
labels: ['type: question']
body:
- type: textarea
id: question
attributes:
label: Question
description: |
A clear description of your question.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
If applicable, add context that helps us understand your question better.