MMGIS icon indicating copy to clipboard operation
MMGIS copied to clipboard

[New Feature]/[Improvement]: Use codeowners and leverage teams through CODEOWNERS file.

Open evenstensberg opened this issue 2 years ago • 2 comments

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

N/A

Describe the feature request

A good use for scoping issues and triaging is to make use of github teams and an CODEOWNERS file for each of your projects (say OpenMCT/MMGIS).

Check out how we do it at webpack. This will make your admin/maintainance tasking better.

evenstensberg avatar May 08 '23 19:05 evenstensberg

Keep in mind that this will make your teams public on GitHub, so it might not be ideal for you. Just mentioning, in case if it’s relevant.

Edit: A method is to list all members of a team manually.

A good effect of having a codeowners file, is that you can scope developers to designated folders, aka the parts of a project each member is responsible for, each file type a member is responsible for and so on..

evenstensberg avatar May 08 '23 19:05 evenstensberg

Thanks Even! We'll give it a look over and see if it's worth bringing in to our development flow.

fcalef avatar Feb 15 '24 22:02 fcalef