13 changed files with 100 additions and 50 deletions
@ -1,9 +1,9 @@ |
|||||
# Configuration for probot-no-response - https://github.com/probot/no-response |
# Configuration for probot-no-response - https://github.com/probot/no-response |
||||
|
|
||||
# Number of days of inactivity before an Issue is closed for lack of response |
# Number of days of inactivity before an Issue is closed for lack of response |
||||
daysUntilClose: 30 |
daysUntilClose: 60 |
||||
# Label requiring a response |
# Label requiring a response |
||||
responseRequiredLabel: "Status: waiting response" |
responseRequiredLabel: "needs more info" |
||||
# Comment to post when closing an Issue for lack of response. Set to `false` to disable |
# Comment to post when closing an Issue for lack of response. Set to `false` to disable |
||||
closeComment: > |
closeComment: > |
||||
This issue has been automatically closed because there has been no response |
This issue has been automatically closed because there has been no response |
||||
|
@ -0,0 +1,22 @@ |
|||||
|
# Description |
||||
|
|
||||
|
Please include a summary of the change and which issue is fixed. |
||||
|
|
||||
|
Fixes #\[issue] |
||||
|
|
||||
|
## Type of change |
||||
|
|
||||
|
* [ ] Bug fix (change which fixes an issue) |
||||
|
* [ ] New feature (change which adds functionality) |
||||
|
* [ ] New Server (new server added) |
||||
|
* [ ] Refactor (restructures existing code) |
||||
|
* [ ] This change requires a documentation update |
||||
|
|
||||
|
## Checklist |
||||
|
|
||||
|
* [ ] My code follows the style guidelines of this project |
||||
|
* [ ] This pull request links to an issue |
||||
|
* [ ] This pull request uses the `develop` branch as its base |
||||
|
* [ ] I have performed a self-review of my own code |
||||
|
* [ ] I have commented my code, particularly in hard to understand areas |
||||
|
* [ ] I have made corresponding changes to the documentation if required |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue