Merge pull request #96884 from saschagrunert/headers

Use markdown headers instead of bold text for PR template
This commit is contained in:
Kubernetes Prow Robot 2021-02-10 03:38:59 -08:00 committed by GitHub
commit d08ac1dfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 25 deletions

View File

@ -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`):

View File

@ -6,6 +6,6 @@ labels: kind/feature
---
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
#### What would you like to be added:
**Why is this needed**:
#### Why is this needed:

View File

@ -7,14 +7,14 @@ labels: kind/failing-test
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**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:

View File

@ -7,15 +7,15 @@ labels: kind/flake
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**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

View File

@ -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?
<!--
Add one of the following kinds:
@ -26,9 +26,9 @@ Optionally add one or more of the following kinds if applicable:
/kind regression
-->
**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:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
@ -36,9 +36,9 @@ _If PR is about `failing-tests or flakes`, please post the related issues/tests
-->
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?
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required:
@ -50,7 +50,7 @@ For more information on release notes see: https://git.k8s.io/community/contribu
```
**Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
#### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
<!--
This section can be blank if this pull request does not require a release note.