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
-[Long running issues or PRs](#long-running-issues-or-prs)
32
32
33
33
## Overview
@@ -213,7 +213,7 @@ This workflow will update both user guide and API documentation.
213
213
214
214
### Maintain Overall Health of the Repo
215
215
216
-
> TODO: Coordinate in removing `master` and renaming `develop` to `main`
216
+
> TODO: Coordinate removing `master` and renaming `develop` to `main`
217
217
218
218
Keep the `develop` branch at production quality at all times. Backport features as needed. Cut release branches and tags to enable future patches.
219
219
@@ -233,9 +233,9 @@ Actions that negatively impact the project will be handled by the admins, in coo
233
233
234
234
### Becoming a maintainer
235
235
236
-
> WORK-IN-PROGRESS
237
-
> TODO: cover ideas of what a future process might look like for when we're ready to do it fairly and securely.
236
+
We will revisit this in 2023. We need to improve our understanding of how other projects are doing, their mechanisms to promote key contributors, and how they interact on a daily basis.
238
237
238
+
We suspect this process might look similar to the [OpenSearch project](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md#becoming-a-maintainer).
239
239
## Common scenarios
240
240
241
241
### Contribution is stuck
@@ -260,9 +260,11 @@ A bug produces incorrect or unexpected results at runtime that differs from its
260
260
261
261
Documentation snippets, use of internal components or unadvertised functionalities are not considered bugs.
262
262
263
-
### Inviting contributions
263
+
### Mentoring contributions
264
264
265
-
> TODO: sensitive labels to defer or prioritize work
265
+
Always favor mentoring issue authors to contribute, unless they're not interested or the implementation is sensitive (_e.g., complexity, time to release, etc._).
266
+
267
+
Make use of `help wanted` and `good first issue` to signal additional contributions the community can help.
0 commit comments