forked from TrueCloudLab/restic
Add custom issue template
This commit is contained in:
parent
f04d347e7a
commit
14bb2a9005
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Other issue
|
||||||
|
about: Suggest a new feature or enhancement for restic. If you have a question, please use the forum at https://forum.restic.net!
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Welcome! If you have a question or are unsure if you should open an issue,
|
||||||
|
please use the forum instead!
|
||||||
|
|
||||||
|
https://forum.restic.net
|
||||||
|
|
||||||
|
The forum is a better place for questions about restic or general suggestions
|
||||||
|
and topics, e.g. usage or documentation questions! This issue tracker is mainly
|
||||||
|
for tracking bugs and feature requests directly relating to the development of
|
||||||
|
the software itself, rather than the project.
|
||||||
|
|
||||||
|
Thanks for understanding, and for contributing to the project!
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
Output of `restic version`
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please add the version of restic you're currently using here, this helps us
|
||||||
|
later to see what has changed in restic when we revisit this issue after some
|
||||||
|
time.
|
||||||
|
-->
|
||||||
|
|
||||||
|
Describe the issue
|
||||||
|
------------------
|
Loading…
Reference in a new issue