Skip to content

Commit

Permalink
chore: create feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored May 23, 2024
1 parent 78c480f commit a5dd104
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
description: Request an enhancement for this Polarion extension
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Before requesting: search [existing issues](../../labels/enhancement).
- type: textarea
attributes:
label: "Description"
description: "Describe the feature you're requesting."
placeholder: "This feature adds functionality to ..."
validations:
required: true

- type: textarea
attributes:
label: "Motivation"
description: "Describe additional context such as examples or use cases helping in understanding the feature request."
placeholder: "This feature would be helpful because ... so that the following use case is addressed: ..."
validations:
required: true

- type: textarea
attributes:
label: "Proposed Solution (optional)"
description: "Sketch an implementation idea, possibly considering multiple approaches."
validations:
required: false

0 comments on commit a5dd104

Please sign in to comment.