From d0a3ecf1535295b20812055dfe25ab403e99d5a9 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 26 Nov 2020 11:42:58 +0100 Subject: [PATCH] Use markdown headers instead of bold text for PR template The usage of markdown headers will provide a more eye-friendly formatting without having a need to add additional newlines to the PR. This is reasoned by the GitHub markdown parser which adds additional space before and after the header. Signed-off-by: Sascha Grunert --- .github/ISSUE_TEMPLATE/bug-report.md | 10 +++++----- .github/ISSUE_TEMPLATE/enhancement.md | 4 ++-- .github/ISSUE_TEMPLATE/failing-test.md | 12 ++++++------ .github/ISSUE_TEMPLATE/flaking-test.md | 12 ++++++------ .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 0bf402b3ead..d18fb81db7e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,15 +11,15 @@ If the matter is security related, please disclose it privately via https://kube --> -**What happened**: +#### What happened: -**What you expected to happen**: +#### What you expected to happen: -**How to reproduce it (as minimally and precisely as possible)**: +#### How to reproduce it (as minimally and precisely as possible): -**Anything else we need to know?**: +#### Anything else we need to know?: -**Environment**: +#### Environment: - Kubernetes version (use `kubectl version`): - Cloud provider or hardware configuration: - OS (e.g: `cat /etc/os-release`): diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index f04c3d34350..6b4993fdeac 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -6,6 +6,6 @@ labels: kind/feature --- -**What would you like to be added**: +#### What would you like to be added: -**Why is this needed**: +#### Why is this needed: diff --git a/.github/ISSUE_TEMPLATE/failing-test.md b/.github/ISSUE_TEMPLATE/failing-test.md index fb9cda489d1..866dd9eddcd 100644 --- a/.github/ISSUE_TEMPLATE/failing-test.md +++ b/.github/ISSUE_TEMPLATE/failing-test.md @@ -7,14 +7,14 @@ labels: kind/failing-test -**Which jobs are failing**: +#### Which jobs are failing: -**Which test(s) are failing**: +#### Which test(s) are failing: -**Since when has it been failing**: +#### Since when has it been failing: -**Testgrid link**: +#### Testgrid link: -**Reason for failure**: +#### Reason for failure: -**Anything else we need to know**: +#### Anything else we need to know: diff --git a/.github/ISSUE_TEMPLATE/flaking-test.md b/.github/ISSUE_TEMPLATE/flaking-test.md index 1ec7a6c1899..1ac4a03613f 100644 --- a/.github/ISSUE_TEMPLATE/flaking-test.md +++ b/.github/ISSUE_TEMPLATE/flaking-test.md @@ -7,16 +7,16 @@ labels: kind/flake -**Which jobs are flaking**: +#### Which jobs are flaking: -**Which test(s) are flaking**: +#### Which test(s) are flaking: -**Testgrid link**: +#### Testgrid link: -**Reason for failure**: +#### Reason for failure: -**Anything else we need to know**: +#### Anything else we need to know: - links to go.k8s.io/triage appreciated - links to specific failures in spyglass appreciated - \ No newline at end of file + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0245adff9a2..f6af35b4296 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k 5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests --> -**What type of PR is this?** +#### What type of PR is this? -**What this PR does / why we need it**: +#### What this PR does / why we need it: -**Which issue(s) this PR fixes**: +#### Which issue(s) this PR fixes: Fixes # -**Special notes for your reviewer**: +#### Special notes for your reviewer: -**Does this PR introduce a user-facing change?**: +#### Does this PR introduce a user-facing change?