Skip to content

Commit

Permalink
chore(issue-template): make tauri info required [skip ci] (#2066)
Browse files Browse the repository at this point in the history
Make our expectations clear.
  • Loading branch information
nothingismagick committed Jun 24, 2021
1 parent 52f0a93 commit ad34151
Showing 1 changed file with 48 additions and 14 deletions.
62 changes: 48 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

0 comments on commit ad34151

Please sign in to comment.