Update template to avoid branch confusion (#2217)

This commit is contained in:
Sam O'Dell 2020-02-14 11:46:41 -08:00 committed by GitHub
parent a235f9a0da
commit aeebd0ab1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 12 deletions

View File

@ -1,17 +1,9 @@
<!-- General PR guidelines: <!-- General PR guidelines:
New contributors:
If you are new to Git/GitHub and want to make a quick fix to the docs,
open your PR against the release branch where you found the error, such as
"release-0.5".
Regular contributors:
Most PRs should be opened against the master branch. Most PRs should be opened against the master branch.
If the change should also be in the most recent numbered release, add the If the change should also be in the most recent release, add the
corresponding "cherrypick-0.X" label; for example, "cherrypick-0.5", to the corresponding "cherrypick-0.X" label; for example, "cherrypick-0.12", to the
original PR. Best practice is to open a PR for the cherry-pick yourself after original PR. Best practice is to open a PR for the cherry-pick yourself after
your original PR has been merged into the master branch. Once the cherry-pick PR your original PR has been merged into the master branch. Once the cherry-pick PR
has merged, remove the cherry-pick label from the original PR. has merged, remove the cherry-pick label from the original PR.
@ -21,9 +13,9 @@ https://www.knative.dev/community/contributing/
--> -->
Fixes #issue-number Fixes #issue-number or description of the problem the PR solves
## Proposed Changes ## Proposed Changes <!-- Describe the changes the PR makes. -->
- -
- -