Skip to content

Commit 7f8fcf1

Browse files
committed
Updating PR template
1 parent d34f87a commit 7f8fcf1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
<!--- PR title format: [GH#<gh-issue-id>][BZ#<bz-issue-id>][OSDOCS-<jira-issue-id>]: <short-description-of-the-pr> --->
22

3+
<!--- If your changes apply to the latest release and/or in-development version of OpenShift, open your PR against the `main` branch. --->
4+
35
Version(s):
46
<!--- Specify the version or versions of OpenShift your PR applies to.
5-
If your changes apply to the latest release and/or in-development version of OpenShift, open your PR against the `main` branch. --->
7+
8+
Examples:
9+
* PR applies to all versions after a specific version (e.g. 4.8): 4.8+
10+
* PR applies to the in-development version (e.g. 4.11) and future versions: 4.11+
11+
* PR applies only to a specific single version (e.g. 4.10): 4.10
12+
* PR applies to multiple specific versions (e.g. 4.6-4.8): 4.6, 4.7, 4.8 --->
613

714
Issue:
815
<!--- Add a link to the Bugzilla, Jira, or GitHub issue, if applicable. --->
916

1017
Link to docs preview:
1118
<!--- Add direct link(s) to the exact page(s) with updated content from the preview build.
12-
- The preview will be generated after you open the PR.
13-
- You will need to edit the comment to add the link after the preview builds.
14-
- Review the preview build to make sure your changes are rendering properly. --->
19+
20+
NOTE:
21+
Automatic preview functionality is currently not available.
22+
* OpenShift documentation team members (core and aligned) must include a link to a locally generated preview for PRs that update the rendered build in any way.
23+
* External contributors can request a generated preview from the OpenShift documentation team. --->
1524

1625
Additional information:
1726
<!--- Optional: Include additional context or expand the description here.--->

0 commit comments

Comments
 (0)