Browse Source

chore: update labels in issue templates (#2553)

Amr Bashir 4 years ago
parent
commit
4042769e88

+ 13 - 13
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,7 @@
 name: Bug report
 name: Bug report
 about: Create a report to help us improve Tauri
 about: Create a report to help us improve Tauri
 title: ''
 title: ''
-labels: bug
+labels: 'type: bug'
 assignees: ''
 assignees: ''
 
 
 ---
 ---
@@ -11,8 +11,8 @@ assignees: ''
 <!--
 <!--
 
 
 0. Please search open issues before duplicating a new one.
 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
   - ALL relevant Tauri Libs
 2. You must attach the results of cargo tauri info or yarn tauri info to your issue.
 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.
 3. Make sure it is an issue with Tauri, and not something to do with your side of the stack.
@@ -44,25 +44,25 @@ If applicable, add screenshots to help explain your problem.
 Operating System
 Operating System
 
 
 Node.js environment
 Node.js environment
-Node.js 
-@tauri-apps/cli 
-@tauri-apps/api 
+Node.js
+@tauri-apps/cli
+@tauri-apps/api
 
 
 Global packages
 Global packages
-npm 
-yarn 
+npm
+yarn
 
 
 Rust environment
 Rust environment
-rustc 
-cargo 
+rustc
+cargo
 
 
 App directory structure
 App directory structure
 
 
 
 
 App
 App
-tauri.rs 
-build-type 
-CSP 
+tauri.rs
+build-type
+CSP
 ```
 ```
 
 
 ### **Additional context**
 ### **Additional context**

+ 1 - 1
.github/ISSUE_TEMPLATE/docs-report.md

@@ -2,7 +2,7 @@
 name: Docs report
 name: Docs report
 about: Create a report to help us improve Tauri docs
 about: Create a report to help us improve Tauri docs
 title: "[docs]"
 title: "[docs]"
-labels: docs
+labels: 'type: documentation'
 assignees: ''
 assignees: ''
 
 
 ---
 ---

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -2,7 +2,7 @@
 name: Feature request
 name: Feature request
 about: Suggest an idea for Tauri
 about: Suggest an idea for Tauri
 title: ''
 title: ''
-labels: feature request
+labels: 'type: feature request'
 assignees: ''
 assignees: ''
 
 
 ---
 ---