diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8e80f9c..4a30f8f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,38 +4,44 @@ If a section of the PR template does not apply to this PR, then delete that section. --> -## Motivation +## What type of PR is this? -_(fill-in or delete this section)_ +_(REQUIRED)_ + +- [ ] bug +- [ ] cleanup +- [ ] documentation +- [ ] feature + +## What this PR does / why we need it: + +_(REQUIRED)_ + +## Which issue(s) this PR fixes: + +_(REQUIRED)_ + -## Release Notes +## Special notes for your reviewer: _(fill-in or delete this section)_ - -## Changes - -_(fill-in or delete this section)_ - - ## Testing @@ -46,11 +52,18 @@ _(fill-in or delete this section)_ Describe how you tested this change. --> -## Reviewer Guidelines - -_(fill-in or delete this section)_ +## Release Notes +_(REQUIRED)_ + +```release-note + +``` \ No newline at end of file diff --git a/.github/stale.yml b/.github/stale.yml index 563a9b5..a3282a2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,7 +14,7 @@ onlyLabels: [] exemptLabels: - pinned - security - - "type: maintenance" + - "kind/maintenance" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false @@ -26,7 +26,7 @@ exemptMilestones: false exemptAssignees: false # Label to use when marking as stale -staleLabel: "status: stale" +staleLabel: "status/stale" # Comment to post when marking as stale. Set to `false` to disable markComment: >