Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update labels in issue templates #2553

Merged
merged 1 commit into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve Tauri
title: ''
labels: bug
labels: 'type: bug'
assignees: ''

---
Expand All @@ -11,8 +11,8 @@ assignees: ''
<!--

0. Please search open issues before duplicating a new one.
1. Make sure you are using the latest version of everything including:
- rustc
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.
Expand Down Expand Up @@ -44,25 +44,25 @@ If applicable, add screenshots to help explain your problem.
Operating System

Node.js environment
Node.js
@tauri-apps/cli
@tauri-apps/api
Node.js
@tauri-apps/cli
@tauri-apps/api

Global packages
npm
yarn
npm
yarn

Rust environment
rustc
cargo
rustc
cargo

App directory structure


App
tauri.rs
build-type
CSP
tauri.rs
build-type
CSP
```

### **Additional context**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Docs report
about: Create a report to help us improve Tauri docs
title: "[docs]"
labels: docs
labels: 'type: documentation'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for Tauri
title: ''
labels: feature request
labels: 'type: feature request'
assignees: ''

---
Expand Down