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

Make our expectations clear.
This commit is contained in:
nothingismagick 2021-06-24 13:57:12 +02:00 committed by GitHub
parent 52f0a934f2
commit ad341517df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
**Additional context**
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**
Add any other context about the problem here.
**Stack Trace**
<!-- add if applicable -->
### **Stack Trace**
<!-- add if applicable -->