Skip to content

Commit

Permalink
Add new issue template for a general feature (#2113)
Browse files Browse the repository at this point in the history
* Add new issue template for a general feature

This is meant for changes, that should be discussed first,
but neither fit into the bug nor in the api-proposal template/category.
  • Loading branch information
IT-VBFK committed Jan 22, 2023
1 parent 158f801 commit 1e0be11
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/03_general_feature.yml
@@ -0,0 +1,26 @@
name: 💡 General feature (not including API proposals)
description: Discuss a new feature that does not change the public API surface
title: "[Feature]: "
labels: [feature, triage]
body:
- type: markdown
attributes:
value: |
You have an idea for a new feature? Cool, let's discuss it.
- type: textarea
id: background
attributes:
label: Background and motivation
description: Please describe the purpose of the new feature.
placeholder: Purpose
validations:
required: true
- type: textarea
id: alternative-concerns
attributes:
label: Alternative Concerns
description: |
Please provide alternatives you have thought about.
placeholder: Alternative designs
validations:
required: false

0 comments on commit 1e0be11

Please sign in to comment.