Browse Source

chore: add github issule templates

pull/80/head
sigoden 3 years ago
parent
commit
f5aa3354e1
  1. 17
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 16
      .github/ISSUE_TEMPLATE/feature_requst.md
  3. 6
      .github/dependabot.yml

17
.github/ISSUE_TEMPLATE/bug_report.md

@ -0,0 +1,17 @@ @@ -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:

16
.github/ISSUE_TEMPLATE/feature_requst.md

@ -0,0 +1,16 @@ @@ -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.
-->

6
.github/dependabot.yml

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
Loading…
Cancel
Save