]> OzVa Git service - ozva-cloud/commitdiff
chore: improve bug_report issue template (#444)
authorsigoden <sigoden@gmail.com>
Wed, 28 Aug 2024 01:40:10 +0000 (09:40 +0800)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 01:40:10 +0000 (09:40 +0800)
.github/ISSUE_TEMPLATE/bug_report.md

index 6b2df03f1873cef1a232efa96d31bce2861b95a9..0fe37dfe79c22c18117af286d6e7e7ad0b983de2 100644 (file)
@@ -5,20 +5,24 @@ about: Create a report to help us improve
 
 **Problem**
 
-<!-- A clear and concise description of what the bug is. -->
+<!-- Provide a clear and concise description of the bug you're experiencing. What did you expect to happen, and what actually happened? -->
 
 **Configuration**
 
-<!-- The dufs command-line arguments or configuration -->
+<!-- Please specify the Dufs command-line arguments or configuration used. -->
 
-<!-- If the problems are related to auth/perm, please conceal only the user:pass, but do not hide the entire `auth` configuration. -->
+<!-- If the issue is related to authentication/permissions, include auth configurations while concealing sensitive information (e.g., passwords). -->
 
 **Log**
 
-<!-- The dufs log is crucial for locating the problem, so please do not omit it. -->
+<!-- Attach relevant log outputs that can help diagnose the issue. -->
 
-**Environment:**
+**Screenshots/Media**
+
+<!-- If applicable, add screenshots or videos that help illustrate the issue, especially for WebUI problems. -->
+
+**Environment Information**
  - Dufs version:
  - Browser/Webdav info:
  - OS info:
- - Proxy server:  e.g. nginx, cloudflare
\ No newline at end of file
+ - Proxy server (if any):  <!-- e.g. nginx, cloudflare -->
\ No newline at end of file