Skip to content

Commit

Permalink
github: added issue request
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Mar 8, 2023
1 parent c46a34f commit 204c397
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: ⭐ Request
description: Submit a request
title: "<title>"
labels: [enhancement]
body:
- type: textarea
attributes:
label: Request
description: Describe the feature or problem you’d like to solve.
validations:
required: false
- type: textarea
attributes:
label: Proposed solution
description: How will it benefit the project and its users.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the request!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false

0 comments on commit 204c397

Please sign in to comment.