Skip to content

Commit 68ca7b9

Browse files
committed
update issue template
1 parent ae1f924 commit 68ca7b9

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!--
2-
IMPORTANT: Please use the following link to create a new issue:
2+
⚠️ ⚠️ ⚠️ IMPORTANT: Please use the following link to create a new issue: ⚠️ ⚠️ ⚠️
33
44
https://vuecomponent.github.io/issue-helper/
55
66
If your issue was not created using the app above, it will be closed immediately.
77
-->
88

99
<!--
10-
注意:请使用下面的链接来新建 issue:
10+
⚠️ ⚠️ ⚠️ 注意:请使用下面的链接来新建 issue: ⚠️ ⚠️ ⚠️
1111
1212
https://vuecomponent.github.io/issue-helper/
1313
国内镜像:http://tangjinzhou.gitee.io/issue-helper/
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "⚠️ Please use issue-helper ⚠️"
3+
about: The issue which is not created via https://vuecomponent.github.io/issue-helper/ will be closed
4+
immediately.
5+
labels:
6+
7+
---
8+
9+
The issue which is not created via https://vuecomponent.github.io/issue-helper/ will be closed immediately.
10+
11+
---
12+
13+
注意:不是用 https://vuecomponent.github.io/issue-helper/http://tangjinzhou.gitee.io/issue-helper/ 创建的 issue 会被立即关闭。

.github/lock.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Configuration for lock-threads - https://github.com/dessant/lock-threads
2+
3+
# Number of days of inactivity before a closed issue or pull request is locked
4+
daysUntilLock: 365
5+
# Comment to post before locking. Set to `false` to disable
6+
lockComment: >
7+
This thread has been automatically locked because it has not had recent
8+
activity. Please open a new issue for related bugs and link to relevant
9+
comments in this thread.
10+
# Issues or pull requests with these labels will not be locked
11+
# exemptLabels:
12+
# - no-locking
13+
# Limit to only `issues` or `pulls`
14+
only: issues

0 commit comments

Comments
 (0)