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
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,9 @@ merged.
21
21
-[ ]**Testing** Please add tests to cover any new functionality or to demonstrate bug fixes and
22
22
ensure regressions will be caught.
23
23
-[ ]**Documentation** If the change impacts user-facing functionality such as the CLI, API, UI,
24
-
and job configuration, please update the Nomad product documentation, which is stored in the
25
-
[`web-unified-docs` repo](../web-unified-docs/). Refer to the [`web-unified-docs` contributor guide](../web-unified-docs/tree/docs/contribute.md) for docs guidelines.
26
-
Please also consider whether the change requires notes within the [upgrade
27
-
guide](https://developer.hashicorp.com/nomad/docs/upgrade/upgrade-specific). If you would like help with the docs, tag the `nomad-docs` team in this PR.
24
+
and job configuration, please update the Nomad website documentation to reflect this. Refer to
25
+
the [website README](../website/README.md) for docs guidelines. Please also consider whether the
26
+
change requires notes within the [upgrade guide](../website/content/docs/upgrade/upgrade-specific.mdx).
28
27
29
28
### Reviewer Checklist
30
29
-[ ]**Backport Labels** Please add the correct backport labels as described by the internal
@@ -33,7 +32,7 @@ merged.
33
32
in the majority of situations. The main exceptions are long-lived feature branches or merges where
34
33
history should be preserved.
35
34
-[ ]**Enterprise PRs** If this is an enterprise only PR, please add any required changelog entry
0 commit comments