Start of contributing, adding lock and stale (as per example from Juiceshop
This commit is contained in:
parent
2cb9c52a7a
commit
dd89e56f6e
10
.github/lock.yml
vendored
Normal file
10
.github/lock.yml
vendored
Normal 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
14
.github/stale.yml
vendored
Normal 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
0
CONTRIBUTING.md
Normal file
Loading…
x
Reference in New Issue
Block a user