瀏覽代碼

feat(misc) automatically assign feature-request tag to issues

…if they are reported as a feature request, of course.
j8
rugk 4 年之前
父節點
當前提交
efce5a831b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      .github/ISSUE_TEMPLATE/2-feature-request.md

+ 3
- 1
.github/ISSUE_TEMPLATE/2-feature-request.md 查看文件

@@ -1,7 +1,9 @@
1 1
 ---
2 2
 name: "Feature request"
3 3
 about: Suggest an idea for this project
4
-
4
+title: ''
5
+labels: 'feature-request'
6
+assignees: ''
5 7
 ---
6 8
 
7 9
 <!--

Loading…
取消
儲存