File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments