Skip to content

Commit

Permalink
Update and rename feature_request.md to feature-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r3kt-eth authored Aug 3, 2023
1 parent fa4419c commit 4df829a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 20 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: 💡 Feature request
description: Suggest an idea for Synpress.
title: "[💡 Feature]: <title>"
labels: [idea 💡, needs triaging ⏳]
body:

- type: markdown
attributes:
value: |
Thanks for taking the time and for sharing your great idea with us. Synpress is an open source project and lives from these great ideas.
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...].
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like.
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered.
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false

- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 4df829a

Please sign in to comment.