This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds triage label to issue templates
main
Eric Amodio
4 years ago
committed by
GitHub
parent
3f8a971108
commit
f66ed4b67c
3 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/ISSUE_TEMPLATE/bug_report.md
+2
-1
.github/ISSUE_TEMPLATE/feature_request.md
+2
-1
.github/ISSUE_TEMPLATE/question.md
+ 2
- 1
.github/ISSUE_TEMPLATE/bug_report.md
View File
@ -2,8 +2,9 @@
name: Bug report
about: Create a report to help GitLens improve
title: ''
labels:
'potential-bug'
labels:
potential-bug, triage
assignees: ''
---
<!--
Please search existing issues to avoid creating duplicates.
-->
+ 2
- 1
.github/ISSUE_TEMPLATE/feature_request.md
View File
@ -2,8 +2,9 @@
name: Feature request
about: Suggest an idea for GitLens
title: ''
labels:
'feature'
labels:
feature, triage
assignees: ''
---
<!--
Please search existing issues to avoid creating duplicates.
-->
+ 2
- 1
.github/ISSUE_TEMPLATE/question.md
View File
@ -2,8 +2,9 @@
name: Question
about: Ask a question about GitLens
title: ''
labels:
'
question
'
labels: question
assignees: ''
---
<!--
Please search existing issues to avoid creating duplicates.
-->
Write
Preview
Loading…
Cancel
Save