You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/flaking-test.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ labels: kind/flake
7
7
8
8
<!-- 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 -->
9
9
10
-
**Which jobs are flaking**:
10
+
#### Which jobs are flaking:
11
11
12
-
**Which test(s) are flaking**:
12
+
#### Which test(s) are flaking:
13
13
14
-
**Testgrid link**:
14
+
#### Testgrid link:
15
15
16
-
**Reason for failure**:
16
+
#### Reason for failure:
17
17
18
-
**Anything else we need to know**:
18
+
#### Anything else we need to know:
19
19
- links to go.k8s.io/triage appreciated
20
20
- links to specific failures in spyglass appreciated
21
21
22
-
<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
22
+
<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
0 commit comments