docs: Fix wrong file type for issue templates
This commit is contained in:
parent
310eff393d
commit
2bf29538e7
2 changed files with 0 additions and 0 deletions
68
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
68
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
name: 💡 Feature Request
|
||||
description: Suggest an idea for this project
|
||||
labels: ["Enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Feature Description"
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: "Feature Description"
|
||||
description: "Provide a clear and concise description of the feature."
|
||||
placeholder: "Describe the feature here..."
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Rationale"
|
||||
- type: textarea
|
||||
id: rationale
|
||||
attributes:
|
||||
label: "Rationale"
|
||||
description: "Explain why this feature should be added."
|
||||
placeholder: "Describe the rationale for the feature here..."
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Functionality"
|
||||
- type: textarea
|
||||
id: functionality
|
||||
attributes:
|
||||
label: "Functionality"
|
||||
description: "Describe what the feature would do and how it should work."
|
||||
placeholder: "Describe the functionality of the feature here..."
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Mockup"
|
||||
- type: input
|
||||
id: mockup
|
||||
attributes:
|
||||
label: "Mockup"
|
||||
description: "If applicable, add any visual mock-ups of the feature."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Platform"
|
||||
- type: input
|
||||
id: platform-info
|
||||
attributes:
|
||||
label: "Platform Information"
|
||||
description: "Please provide the following information if applicable:"
|
||||
placeholder: "OS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser [e.g. Chrome, Safari]\nVersion [e.g. 22]"
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Additional context"
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: "Additional Context"
|
||||
description: "Add any other context or screenshots about the feature request here."
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue