Skip to content

Commit

Permalink
Create feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCheung0422 authored Dec 14, 2024
1 parent 0172013 commit 2f9ce0b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature Request
description: Submit a feature request.
labels: ["triage"]
body:
- type: markdown
attributes:
value: |
Please submit a request of a certain functionality or feature.
- type: textarea
id: background
attributes:
label: Background
description: Introduction or background information to certain feature
placeholder: Background
validations:
required: true
- type: textarea
id: details
attributes:
label: Details
description: Describe your feature request
placeholder: Details
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggestion
description: Describe your additional suggestions to the feature
placeholder: Suggestions
validations:
required: false
# - type: checkboxes
# id: terms
# attributes:
# label: Code of Conduct
# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
# options:
# - label: I agree to follow this project's Code of Conduct
# required: true

0 comments on commit 2f9ce0b

Please sign in to comment.