mirror of https://github.com/borgbase/vorta
Create feature_request.md
* .github/ISSUE_TEMPLATE/feature_request.md
This commit is contained in:
parent
52b1e65c92
commit
3b40ce8e01
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest an idea for this project.
|
||||||
|
title: 'FR: '
|
||||||
|
labels: 'type:enhancement'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### The problem
|
||||||
|
<!--
|
||||||
|
Is your feature request related to a problem?
|
||||||
|
Please provide a clear and concise description of what the problem is.
|
||||||
|
Ex. I'm always frustrated when [...]
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
#### Requested Solution
|
||||||
|
<!--
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Alternatives
|
||||||
|
<!--
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Additional context
|
||||||
|
<!--
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
|
-->
|
Loading…
Reference in New Issue