Skip to content

Commit 21ba6c5

Browse files
committed
docs(maintainers): add remaining areas
1 parent 384fda9 commit 21ba6c5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

MAINTAINERS.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- [Insufficient feedback or information](#insufficient-feedback-or-information)
2828
- [Crediting contributions](#crediting-contributions)
2929
- [Is that a bug?](#is-that-a-bug)
30-
- [Inviting contributions](#inviting-contributions)
30+
- [Mentoring contributions](#mentoring-contributions)
3131
- [Long running issues or PRs](#long-running-issues-or-prs)
3232

3333
## Overview
@@ -213,7 +213,7 @@ This workflow will update both user guide and API documentation.
213213

214214
### Maintain Overall Health of the Repo
215215

216-
> TODO: Coordinate in removing `master` and renaming `develop` to `main`
216+
> TODO: Coordinate removing `master` and renaming `develop` to `main`
217217
218218
Keep the `develop` branch at production quality at all times. Backport features as needed. Cut release branches and tags to enable future patches.
219219

@@ -233,9 +233,9 @@ Actions that negatively impact the project will be handled by the admins, in coo
233233

234234
### Becoming a maintainer
235235

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.
238237

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).
239239
## Common scenarios
240240

241241
### Contribution is stuck
@@ -260,9 +260,11 @@ A bug produces incorrect or unexpected results at runtime that differs from its
260260

261261
Documentation snippets, use of internal components or unadvertised functionalities are not considered bugs.
262262

263-
### Inviting contributions
263+
### Mentoring contributions
264264

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.
266268

267269
### Long running issues or PRs
268270

0 commit comments

Comments
 (0)