Переглянути джерело

chore: update labels in issue templates (#2553)

Amr Bashir 4 роки тому
батько
коміт
4042769e88

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

@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a report to help us improve Tauri
 title: ''
-labels: bug
+labels: 'type: bug'
 assignees: ''
 
 ---
@@ -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.
@@ -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**

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

@@ -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: ''
 
 ---

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

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