diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3c7a73b3..5be10763 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,18 +7,26 @@ If you are using a third party client, please create issues on their respective Are you using a development build of Clair (e.g. quay.io/coreos/clair-git)? Your problem might be solved by switching to a stable release (e.g. quay.io/coreos/clair). +Issues that do not contain the Environment section will be automatically closed. +If you're making a feature request, please specify "N/A" under the environment section. +Nobody can help you without context. + --> -**Description of Problem**: +### Description of Problem / Feature Request + + +### Expected Outcome -**Expected Outcome**: + +### Actual Outcome -**Actual Outcome**: + +### Environment -**Environment**: - Clair version/image: - Clair client name/version: - Host OS: diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml new file mode 100644 index 00000000..a305c2dd --- /dev/null +++ b/.github/issue-close-app.yml @@ -0,0 +1,4 @@ +comment: "This issue is closed because it does not meet our issue template. Please read it." +issueConfigs: +- content: + - "### Environment" diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..5a80afd7 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: +- lifecycle/preserve +exemptProjects: true +exemptMilestones: true +staleLabel: lifecycle/stale +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +limitPerRun: 30