Start of contributing, adding lock and stale (as per example from Juiceshop

This commit is contained in:
Jeroen Willemsen 2021-09-29 13:04:29 +02:00 committed by Nanne Baars
parent 2cb9c52a7a
commit dd89e56f6e
3 changed files with 24 additions and 0 deletions

10
.github/lock.yml vendored Normal file
View File

@ -0,0 +1,10 @@
---
daysUntilLock: 365
skipCreatedBefore: false
exemptLabels: []
lockLabel: false
lockComment: >
This thread has been automatically locked because it has not had
recent activity after it was closed. :lock: Please open a new issue
for regressions or related bugs.
setLockReason: false

14
.github/stale.yml vendored Normal file
View File

@ -0,0 +1,14 @@
---
daysUntilStale: 90
daysUntilClose: 14
exemptLabels:
- bounty
- challenge
- critical
- feature
- technical debt
staleLabel: stale
markComment: >
This issue has been automatically marked as `stale` because it has not had
recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs.
closeComment: false

0
CONTRIBUTING.md Normal file
View File