From dd89e56f6e14273708c979354b7ffe9e5c985173 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Wed, 29 Sep 2021 13:04:29 +0200 Subject: [PATCH] Start of contributing, adding lock and stale (as per example from Juiceshop --- .github/lock.yml | 10 ++++++++++ .github/stale.yml | 14 ++++++++++++++ CONTRIBUTING.md | 0 3 files changed, 24 insertions(+) create mode 100644 .github/lock.yml create mode 100644 .github/stale.yml create mode 100644 CONTRIBUTING.md diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 000000000..436e0b9a7 --- /dev/null +++ b/.github/lock.yml @@ -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 diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..814750195 --- /dev/null +++ b/.github/stale.yml @@ -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 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..e69de29bb