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
feat: Fix pull request template by adding spaces to checkboxes (#103)
The pull request template currently renders incorrectly due to a lack of
spacing within the square brackets. The spaces looked optional in GitHub
documentation, and the issue was not obvious until merged and used.
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ Closes #ISSUE
21
21
22
22
Before merging a pull request, run through this checklist and mark each as complete.
23
23
24
-
-[] I have read the [contributing guidelines](/CONTRIBUTING.md)
25
-
-[] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)
26
-
-[] I have ensured that documentation content adheres to [the style guide](/templates/style-guide.md)
27
-
-[] If the change involves potentially sensitive changes, I have assessed the possible impact
28
-
-[] If applicable, I have added tests that prove my fix is effective or that my feature works
29
-
-[] If applicable, I have checked that any relevant tests pass after adding my changes
30
-
-[] I have updated any relevant documentation ([`README.md`](/README.md) and [`CHANGELOG.md`](/CHANGELOG.md))
31
-
-[] I have rebased my branch onto main
32
-
-[] I will ensure my PR is targeting the main branch and pulling from my branch from my own fork
24
+
-[] I have read the [contributing guidelines](/CONTRIBUTING.md)
25
+
-[] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)
26
+
-[] I have ensured that documentation content adheres to [the style guide](/templates/style-guide.md)
27
+
-[] If the change involves potentially sensitive changes, I have assessed the possible impact
28
+
-[] If applicable, I have added tests that prove my fix is effective or that my feature works
29
+
-[] If applicable, I have checked that any relevant tests pass after adding my changes
30
+
-[] I have updated any relevant documentation ([`README.md`](/README.md) and [`CHANGELOG.md`](/CHANGELOG.md))
31
+
-[] I have rebased my branch onto main
32
+
-[] I will ensure my PR is targeting the main branch and pulling from my branch from my own fork
33
33
34
34
Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation.
0 commit comments