Skip to content

Commit 7083dd0

Browse files
committed
MAINTAINERS_GUIDE: Remove enumeratations for responsibilities
If we wanted to enumerate these we should use Markdown's enumerated list. But these aren't ordered, so remove the old enumerations. Also adjust to one line per sentence, since that's the standard in other OCI Projects (like the runtime spec [1]). [1]: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/style.md#one-sentence-per-line Signed-off-by: W. Trevor King <[email protected]>
1 parent dd0ba23 commit 7083dd0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

MAINTAINERS_GUIDE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ speak up!
2222

2323
It is every maintainer's responsibility to:
2424

25-
* 1) Expose a clear roadmap for improving their component.
26-
* 2) Deliver prompt feedback and decisions on pull requests.
27-
* 3) Be available to anyone with questions, bug reports, criticism etc.
28-
on their component. This includes IRC and GitHub issues and pull requests.
29-
* 4) Make sure their component respects the philosophy, design and
30-
roadmap of the project.
25+
* Expose a clear roadmap for improving their component.
26+
* Deliver prompt feedback and decisions on pull requests.
27+
* Be available to anyone with questions, bug reports, criticism etc. on their component.
28+
This includes IRC and GitHub issues and pull requests.
29+
* Make sure their component respects the philosophy, design and roadmap of the project.
3130

3231
## How are decisions made?
3332

0 commit comments

Comments
 (0)