update issue template
parent
ae1f924c70
commit
68ca7b907b
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
IMPORTANT: Please use the following link to create a new issue:
|
⚠️ ⚠️ ⚠️ IMPORTANT: Please use the following link to create a new issue: ⚠️ ⚠️ ⚠️
|
||||||
|
|
||||||
https://vuecomponent.github.io/issue-helper/
|
https://vuecomponent.github.io/issue-helper/
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ If your issue was not created using the app above, it will be closed immediately
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
注意:请使用下面的链接来新建 issue:
|
⚠️ ⚠️ ⚠️ 注意:请使用下面的链接来新建 issue: ⚠️ ⚠️ ⚠️
|
||||||
|
|
||||||
https://vuecomponent.github.io/issue-helper/
|
https://vuecomponent.github.io/issue-helper/
|
||||||
国内镜像:http://tangjinzhou.gitee.io/issue-helper/
|
国内镜像:http://tangjinzhou.gitee.io/issue-helper/
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
name: "⚠️ Please use issue-helper ⚠️"
|
||||||
|
about: The issue which is not created via https://vuecomponent.github.io/issue-helper/ will be closed
|
||||||
|
immediately.
|
||||||
|
labels:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
The issue which is not created via https://vuecomponent.github.io/issue-helper/ will be closed immediately.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
注意:不是用 https://vuecomponent.github.io/issue-helper/ 或 http://tangjinzhou.gitee.io/issue-helper/ 创建的 issue 会被立即关闭。
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Configuration for lock-threads - https://github.com/dessant/lock-threads
|
||||||
|
|
||||||
|
# Number of days of inactivity before a closed issue or pull request is locked
|
||||||
|
daysUntilLock: 365
|
||||||
|
# Comment to post before locking. Set to `false` to disable
|
||||||
|
lockComment: >
|
||||||
|
This thread has been automatically locked because it has not had recent
|
||||||
|
activity. Please open a new issue for related bugs and link to relevant
|
||||||
|
comments in this thread.
|
||||||
|
# Issues or pull requests with these labels will not be locked
|
||||||
|
# exemptLabels:
|
||||||
|
# - no-locking
|
||||||
|
# Limit to only `issues` or `pulls`
|
||||||
|
only: issues
|
Loading…
Reference in New Issue