From 4b28d53eb240f8015cd34a751fc63920b2d4cd77 Mon Sep 17 00:00:00 2001 From: Jakub Warczarek Date: Mon, 18 Mar 2024 13:19:13 +0100 Subject: [PATCH] chore: add issue, bug and PR templates --- .github/ISSUE_TEMPLATE/---bug.md | 18 +++++++++++++++ .../--enhancement---feature---task.md | 23 +++++++++++++++++++ .github/workflows/pull_request_template.md | 17 ++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug.md create mode 100644 .github/ISSUE_TEMPLATE/--enhancement---feature---task.md create mode 100644 .github/workflows/pull_request_template.md 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