From: sigoden Date: Wed, 29 Jun 2022 07:16:04 +0000 (+0800) Subject: chore: add github issule templates X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=f5aa3354e1b4dd559542efd5ecdc72fb58c7a550;p=ozva-cloud chore: add github issule templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..380ce85 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a report to help us improve +--- + +**Problem** + + + +**Log** + +If applicable, add logs to help explain your problem. + +**Environment:** + - Dufs version: + - Browser/Webdav Info: + - OS Info: diff --git a/.github/ISSUE_TEMPLATE/feature_requst.md b/.github/ISSUE_TEMPLATE/feature_requst.md new file mode 100644 index 0000000..f8735b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_requst.md @@ -0,0 +1,16 @@ +--- +name: Feature Request +about: If you have any interesting advice, you can tell us. +--- + +## Specific Demand + + + +## Implement Suggestion + + \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b206f93 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" \ No newline at end of file