Skip to content

Commit 5ec15df

Browse files
samodellknative-prow-robot
authored andcommitted
Update PR template with branch info (#1128)
* Update PR template with branch info * Update with suggestions from Richie
1 parent d304cc7 commit 5ec15df

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

.github/pull-request-template.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
Fixes #(issue-number)
1+
<!-- General PR guidelines:
2+
3+
New contributors:
4+
5+
If you are new to Git/GitHub and want to make a quick fix to the docs,
6+
open your PR against the release branch where you found the error, such as
7+
"release-0.5".
8+
9+
Regular contributors:
10+
11+
Most PRs should be opened against the master branch.
12+
13+
If the change should also be in the most recent numbered release, add the
14+
corresponding "cherrypick-0.X" label; for example, "cherrypick-0.5", to the
15+
original PR. Best practice is to open a PR for the cherry-pick yourself after
16+
your original PR has been merged into the master branch. Once the cherry-pick PR
17+
has merged, remove the cherry-pick label from the original PR.
18+
19+
For more information on contributing to the Knative Docs, see:
20+
https://www.knative.dev/contributing/docs-contributing/
21+
22+
-->
23+
24+
Fixes #issue-number
225

326
## Proposed Changes
427

0 commit comments

Comments
 (0)