mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 18:21:35 +03:00
3ce95d2760
* feat(tauri.js) add `tauri info` command * fix(bug-report): add command information - thanks @nklayman for the reminder * fix(tauri-info): add cargo version * feat(tauri.js) add cargo.toml and tauri.conf.json info Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
38 lines
755 B
Markdown
38 lines
755 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve Tauri
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**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:
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
**Stack Trace**
|
|
<!-- add if applicable --> |