Skip to content

Commit

Permalink
Explain why issue is closed when not using an issue template (#18420)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Aug 19, 2020
1 parent b491b26 commit 452589f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/issue-close-app.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Config for Close Issue app: https://probot.github.io/apps/close-issue/

# Comment that will be sent if an issue is judged to be closed
comment: "This issue was closed because it does not use any of our issue templates. Please make sure to use one of the suggested templates."
comment: |
This issue was closed because it does not use our bug report issue template.
Please make sure to use it and fill it as much as you can so we can provide better and faster support.
The following sections **must not** be removed, or else the BOT will close it immediately again:
* Steps to reproduce
* Expected behavior
* Actual behavior
* Server Setup Information
issueConfigs:
# There can be several configs for different kind of issues.
- content:
# Bug report
- "Steps to reproduce"
- "Expected behavior"
- "Actual behavior"
- "Server Setup Information"
- "Version of Rocket.Chat Server"
- content:
# Release issue
Expand Down

0 comments on commit 452589f

Please sign in to comment.