mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
29 lines
892 B
YAML
29 lines
892 B
YAML
name: Feature request
|
|
description: File a new feature request
|
|
labels: ["enhancement", "needs-triage"]
|
|
body:
|
|
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: Feature description
|
|
description: Please describe the behavior you'd like to see.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem-usecase
|
|
attributes:
|
|
label: Problem or use case
|
|
description: Please explain which problem this would solve, or what the use case is for the feature. Keep in mind that it's more likely to be implemented if it's generally useful for a larger number of users.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives or workarounds
|
|
description: Please describe any alternatives or workarounds you have considered and, possibly, rejected.
|
|
validations:
|
|
required: true
|