-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
Description
Some of our repositories contain a maintainers file that does not conform to what our docs specify.
That is, one of the following:
- The name of the file is not exactly
MAINTAINERS
. - The format is not exactly
Full Name <email> (@github_handle)
per line.
Please, note that modifications to this, as fancy as they might look, just add more corner cases to be handled for any kind of scripting that relies on this. Let's use a single format.
These are the affected repositories that are using MAINTAINERS.md
:
- src-d/apollo
- src-d/awesome-machine-learning-on-source-code
- src-d/datasets
- src-d/hercules
- src-d/jgscm
- src-d/kmcuda
- src-d/lookout-sdk-ml
- src-d/minhashcuda
- src-d/ml
- src-d/style-analyzer
- src-d/tmsc
- src-d/vecino
- src-d/wmd-relax
These are using (github_handle)
instead of (@github_handle)
:
- src-d/blog
- src-d/ci
- src-d/docs
- src-d/landing
src-d/talks(archived repository)