Add close issue bot
This commit is contained in:
parent
c842558ace
commit
e4d330afa0
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: DOCS
|
- name: DOCS
|
||||||
url: https://github.com/fatedier/frp
|
url: https://github.com/fatedier/frp/blob/dev/README.md
|
||||||
about: Here you can find out how to configure frp.
|
about: Here you can find out how to configure frp.
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,7 +9,7 @@ assignees: ''
|
|||||||
|
|
||||||
<!-- From Chinese to English by machine translation, welcome to revise and polish. -->
|
<!-- From Chinese to English by machine translation, welcome to revise and polish. -->
|
||||||
|
|
||||||
**The solution you want**
|
**[REQUIRED] The solution you want**
|
||||||
<!--A clear and concise description of the solution you want. -->
|
<!--A clear and concise description of the solution you want. -->
|
||||||
|
|
||||||
**Alternatives considered**
|
**Alternatives considered**
|
||||||
@ -18,5 +18,5 @@ assignees: ''
|
|||||||
**How to implement this function**
|
**How to implement this function**
|
||||||
<!--Implementation steps for the solution you want. -->
|
<!--Implementation steps for the solution you want. -->
|
||||||
|
|
||||||
**Application scenarios of this function**
|
**[REQUIRED] Application scenarios of this function**
|
||||||
<!--Make a clear and concise description of the application scenario of the solution you want. -->
|
<!--Make a clear and concise description of the application scenario of the solution you want. -->
|
29
.github/issue-close-app.yml
vendored
Normal file
29
.github/issue-close-app.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
comment: >-
|
||||||
|
This issue has been automatically closed because it doesn't follow the issue template.
|
||||||
|
|
||||||
|
|
||||||
|
Please open a new issue and make sure to **follow the provided template**,
|
||||||
|
fill out the sections **without modifying** or **deleting** the existing text.
|
||||||
|
|
||||||
|
|
||||||
|
Templates are necessary to manage the project efficiently,
|
||||||
|
as basic questions don't need to be asked again each time.
|
||||||
|
|
||||||
|
issueConfigs:
|
||||||
|
|
||||||
|
# Bug
|
||||||
|
- content:
|
||||||
|
- "hat version of frp are you using"
|
||||||
|
- "What operating system and processor architecture are you using"
|
||||||
|
- "description of errors"
|
||||||
|
- "Detailed Description"
|
||||||
|
|
||||||
|
# Feature / Documentation
|
||||||
|
- content:
|
||||||
|
- "The solution you want"
|
||||||
|
- "Application scenarios of this function"
|
||||||
|
|
||||||
|
caseInsensitive: true
|
||||||
|
label: "Closed by bot"
|
||||||
|
exception:
|
||||||
|
- "fatedier"
|
Loading…
Reference in New Issue
Block a user