Skip to content

Commit

Permalink
Create feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunmaoQu authored Oct 28, 2024
1 parent f2a2ae8 commit dc3908e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/DISCUSSION_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
body:
- type: markdown
attributes:
value: |
Share your ideas for File Cleaner Pro!
- type: textarea
id: problem
attributes:
label: Problem Description
description: Is your feature request related to a problem?
placeholder: A clear description of what the problem is...
validations:
required: true

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

- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe alternatives you've considered
validations:
required: false

- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context about the feature request here
validations:
required: false

0 comments on commit dc3908e

Please sign in to comment.