ソースを参照

chore(issue-template): make tauri info required [skip ci] (#2066)

Make our expectations clear.
nothingismagick 4 年 前
コミット
ad341517df
1 ファイル変更48 行追加14 行削除
  1. 48 14
      .github/ISSUE_TEMPLATE/bug_report.md

+ 48 - 14
.github/ISSUE_TEMPLATE/bug_report.md

@@ -7,32 +7,66 @@ assignees: ''
 
 ---
 
-**Describe the bug**
+<!-- BEFORE YOU FILE A NEW ISSUE-->
+<!--
+
+0. Please search open issues before duplicating a new one.
+1. Make sure you are using the latest version of everything including: 
+  - rustc 
+  - ALL relevant Tauri Libs
+2. You must attach the results of cargo tauri info or yarn tauri info to your issue.
+3. Make sure it is an issue with Tauri, and not something to do with your side of the stack.
+4. Consider starting a discussion. Speaking of which, have you looked there? Maybe your question has been answered.
+5. Remember to follow our community guidelines and be friendly.
+6. Is this an issue or a feature request? If the latter, please use the other template.
+
+-->
+
+### **Describe the bug**
 A clear and concise description of what the bug is.
 
-**To Reproduce**
+### **To Reproduce**
 Steps to reproduce the behavior:
 1. Go to '...'
 2. Click on '....'
 3. Scroll down to '....'
 4. See error
 
-**Expected behavior**
+### **Expected behavior**
 A clear and concise description of what you expected to happen.
 
-**Screenshots**
+### **Screenshots**
 If applicable, add screenshots to help explain your problem.
 
-**Platform and Versions (please complete the following information):**
-<!-- You can use the `tauri info` command to get this information -->
-OS:
-Node:
-NPM:
-Yarn:
-Rustc:
+### **Platform and Versions (required):**
+<!-- Use `yarn tauri info` or `cargo tauri info` command to get this information, and paste it here: -->
+```
+Operating System
+
+Node.js environment
+Node.js 
+@tauri-apps/cli 
+@tauri-apps/api 
+
+Global packages
+npm 
+yarn 
+
+Rust environment
+rustc 
+cargo 
+
+App directory structure
+
+
+App
+tauri.rs 
+build-type 
+CSP 
+```
 
-**Additional context**
+### **Additional context**
 Add any other context about the problem here.
 
-**Stack Trace**
-<!-- add if applicable -->
+### **Stack Trace**
+<!-- add if applicable -->