mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
add feature request template
This commit is contained in:
parent
5e3e18db09
commit
5d8c7cf560
1 changed files with 26 additions and 0 deletions
26
.github/ISSUE_TEMPLATE/feature_request_template.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature_request_template.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
name: Feature Request
|
||||||
|
description: Suggest a new feature for Sit!
|
||||||
|
title: '[Feature Request]: '
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: A description of the problem or missing capability
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: Describe a solution
|
||||||
|
description: If you have a solution in mind, please describe it.
|
||||||
|
- type: textarea
|
||||||
|
id: alternatives
|
||||||
|
attributes:
|
||||||
|
label: Describe alternatives
|
||||||
|
description: Have you considered any alternative solutions or workarounds?
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >-
|
||||||
|
This template was generated with [Issue Forms
|
||||||
|
Creator](https://issue-forms-creator.netlify.app)
|
Loading…
Add table
Add a link
Reference in a new issue