Skip to content

Commit

Permalink
chore: update labels in issue templates (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 30, 2021
1 parent f2865fa commit 4042769
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
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

0 comments on commit 4042769

Please sign in to comment.