diff --git a/.github/ISSUE_TEMPLATE/---bug.md b/.github/ISSUE_TEMPLATE/---bug.md new file mode 100644 index 000000000..a1f96de4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug.md @@ -0,0 +1,18 @@ +--- +name: "\U0001F41E Bug" +about: Something is not working as intended. +title: '' +labels: bug +assignees: '' + +--- + +## Current Behavior + +## Expected Behavior + +## Steps To Reproduce + +## Operator Version + +## `kubectl version` diff --git a/.github/ISSUE_TEMPLATE/--enhancement---feature---task.md b/.github/ISSUE_TEMPLATE/--enhancement---feature---task.md new file mode 100644 index 000000000..9e2af6f82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--enhancement---feature---task.md @@ -0,0 +1,23 @@ +--- +name: "✨ Enhancement / Feature / Task" +about: 'Some feature is missing or incomplete. ' +title: '' +labels: '' +assignees: '' + +--- + +## Problem Statement + +... + +## Proposed Solution + +... + +## Additional Information + +... + +## Acceptance Criteria +- [ ] Lorem ipsum dolor sit amet diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 000000000..b06242379 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,17 @@ + + +**What this PR does / why we need it**: + +**Which issue this PR fixes** + +**Special notes for your reviewer**: + +**PR Readiness Checklist**: + +Complete these before marking the PR as `ready to review`: + +- [ ] the `CHANGELOG.md` release notes have been updated to reflect significant changes