Skip to content

Commit

Permalink
.github: automatically include labels when creating issues (#10989)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm authored and jackysp committed Jun 29, 2019
1 parent 04fd418 commit 34fe114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "\U0001F41B Bug Report"
about: Something isn't working as expected

labels: type/bug
---

## Bug Report
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "\U0001F680 Feature Request"
about: I have a suggestion

labels: type/enhancement
---

## Feature Request
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "\U0001F914 General Question"
about: Usage question that isn't answered in docs or discussion

labels: question
---

## General Question
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/performance-questions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: "\U0001F947 Performance Questions"
about: Performance question about TiDB which is not caused by bug.
labels: question, type/performance
---

## Performance Questions
Expand Down

0 comments on commit 34fe114

Please sign in to comment.