mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
Merge pull request #96884 from saschagrunert/headers
Use markdown headers instead of bold text for PR template
This commit is contained in:
commit
d08ac1dfcb
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -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`):
|
||||
|
4
.github/ISSUE_TEMPLATE/enhancement.md
vendored
4
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -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:
|
||||
|
12
.github/ISSUE_TEMPLATE/failing-test.md
vendored
12
.github/ISSUE_TEMPLATE/failing-test.md
vendored
@ -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:
|
||||
|
10
.github/ISSUE_TEMPLATE/flaking-test.md
vendored
10
.github/ISSUE_TEMPLATE/flaking-test.md
vendored
@ -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
|
||||
|
||||
|
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user