Skip to content

Commit

Permalink
Add new issue template for a general feature
Browse files Browse the repository at this point in the history
This is meant for changes, that should be discussed first,
but neither fit into the `bug` or `api-proposal` template
  • Loading branch information
IT-VBFK committed Jan 20, 2023
1 parent 1f6238f commit 1be1abc
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: Add a new feature that does not change the public API surface
title: "[Feature]: "
labels: [feature]
body:
- type: markdown
attributes:
value: |
You have a general feature request? Cool, thanks for that.
- 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 1be1abc

Please sign in to comment.