mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 22:49:31 +00:00
Merge pull request #96884 from saschagrunert/headers
Use markdown headers instead of bold text for PR template
This commit is contained in:
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:
|
||||
|
12
.github/ISSUE_TEMPLATE/flaking-test.md
vendored
12
.github/ISSUE_TEMPLATE/flaking-test.md
vendored
@@ -7,16 +7,16 @@ 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
|
||||
|
||||
<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
|
||||
<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
|
||||
|
Reference in New Issue
Block a user