chore: add github issule templates
parent
3ed0d885fe
commit
f5aa3354e1
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
---
|
||||||
|
|
||||||
|
**Problem**
|
||||||
|
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
**Log**
|
||||||
|
|
||||||
|
If applicable, add logs to help explain your problem.
|
||||||
|
|
||||||
|
**Environment:**
|
||||||
|
- Dufs version:
|
||||||
|
- Browser/Webdav Info:
|
||||||
|
- OS Info:
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: If you have any interesting advice, you can tell us.
|
||||||
|
---
|
||||||
|
|
||||||
|
## Specific Demand
|
||||||
|
|
||||||
|
<!--
|
||||||
|
What feature do you need, please describe it in detail.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Implement Suggestion
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If you have any suggestion for complete this feature, you can tell us.
|
||||||
|
-->
|
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "cargo" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
Loading…
Reference in New Issue