diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7457664..6655088 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,6 +5,8 @@ labels: kind/bug --- + + **What happened**: **What you expected to happen**: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 4179e17..63e89d5 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -5,6 +5,8 @@ labels: kind/enhancement --- + + **What would you like to be added**: **Why is this needed**: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1fe33e5..a5921c1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ + + **What this PR does / why we need it**: **Which issue(s) this PR fixes**: