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
That document is comprehensive and detailed, for purposes of a typical pull request we will cover the initial and simple use case here:
49
+
50
+
## Opening a Pull Request
45
51
46
52
Pull requests are often called a "PR".
47
53
Kubernetes generally follows the standard [github pull request](https://help.github.com/articles/about-pull-requests/) process, but there is a layer of additional kubernetes specific (and sometimes SIG specific) differences:
The first difference you'll see is that a bot will begin applying structured labels to your PR.
52
56
53
57
The bot may also make some helpful suggestions for commands to run in your PR to facilitate review.
@@ -127,5 +131,6 @@ If you're looking to run e2e tests on your own infrastructure, [kubetest](https:
127
131
## Issues Management or Triage
128
132
129
133
Have you ever noticed the total number of [open issues](https://issues.k8s.io)?
130
-
Helping to manage or triage these open issues can be a great contribution and a great opportunity to learn about the various areas of the project. Triaging is the word we use to describe the process of adding multiple types of descriptive labels to GitHub issues, in order to speed up routing issues to the right folks.
134
+
Helping to manage or triage these open issues can be a great contribution and a great opportunity to learn about the various areas of the project.
135
+
Triaging is the word we use to describe the process of adding multiple types of descriptive labels to GitHub issues, in order to speed up routing issues to the right folks.
131
136
Refer to the [Issue Triage Guidelines](/contributors/guide/issue-triage.md) for more information.
0 commit comments