1
- # Additional Onboarding Information
1
+ # Additional onboarding information
2
2
3
3
## Labels
4
4
11
11
* ` test `
12
12
* ` tools `
13
13
14
- There may be more than one subsystem valid for any particular issue or pull
15
- request.
14
+ More than one subsystem may be valid for any particular issue or pull request.
16
15
17
16
### General
18
17
19
- * ` confirmed-bug ` - Bugs you have verified exist
20
- * ` discuss ` - Things that need larger discussion
21
- * ` feature request ` - Any issue that requests a new feature (usually not PRs)
22
- * ` good first issue ` - Issues suitable for newcomers to process
23
- * ` meta ` - For issues whose topic is governance , policies, procedures, etc.
24
- * ` tsc-agenda ` - Open issues and pull requests with this label will be added to
18
+ * ` confirmed-bug ` : Bugs you have verified
19
+ * ` discuss ` : Things that need larger discussion
20
+ * ` feature request ` : Any issue that requests a new feature
21
+ * ` good first issue ` : Issues suitable for newcomers to fix
22
+ * ` meta ` : Governance , policies, procedures, etc.
23
+ * ` tsc-agenda ` : Open issues and pull requests with this label will be added to
25
24
the Technical Steering Committee meeting agenda
26
25
27
26
---
28
27
29
28
* ` author-ready ` - A pull request is _ author ready_ when:
30
29
* There is a CI run in progress or completed.
31
- * There is at least one Collaborator approval (or two TSC approvals
32
- for semver-major PRs).
30
+ * There is at least one Collaborator approval (or two TSC approvals for
31
+ semver-major PRs).
33
32
* There are no outstanding review comments.
34
33
35
- Please always add the ` author ready ` label to the pull request in that case .
34
+ Please always add the ` author ready ` label to pull requests that qualify .
36
35
Please always remove it again as soon as the conditions are not met anymore,
37
- such as if CI run fails or a new outstanding review comment is posted.
36
+ such as if the CI run fails or a new outstanding review comment is posted.
38
37
39
38
---
40
39
@@ -47,7 +46,7 @@ such as if CI run fails or a new outstanding review comment is posted.
47
46
* major vs. everything else: run last versions tests against this version, if
48
47
they pass, ** probably** minor or patch
49
48
50
- ### LTS/Version labels
49
+ ### LTS/version labels
51
50
52
51
We use labels to keep track of which branches a commit should land on:
53
52
@@ -82,11 +81,11 @@ We use labels to keep track of which branches a commit should land on:
82
81
Once a release line enters maintenance mode, the corresponding labels do not
83
82
need to be attached anymore, as only important bugfixes will be included.
84
83
85
- ### Other Labels
84
+ ### Other labels
86
85
87
86
* Operating system labels
88
87
* ` macos ` , ` windows ` , ` smartos ` , ` aix `
89
- * No linux, linux is the implied default
88
+ * No ` linux ` label because it is the implied default
90
89
* Architecture labels
91
90
* ` arm ` , ` mips ` , ` s390 ` , ` ppc `
92
- * No x86{_ 64}, since that is the implied default
91
+ * No ` x86{_64} ` label because it is the implied default
0 commit comments