k5utd / Cobalt-Cowboy

A RISC-V based radio development platform running OpenRTX Firmware
GNU General Public License v3.0
7 stars 0 forks source link

Add CODEOWNERS file for automatic review requests #2

Open MStolen opened 10 months ago

MStolen commented 10 months ago

I think adding a .github/CODEOWNERS file would be a good move.

Creating .github/CODEOWNERS would auto-request reviewers. For example:

# Request review by OpenRTX Expedition Force for all pull requests
# * means if any file is changed, but different files/extensions can also be assigned to individuals/teams
* @k5utd/radio-system-developers 

It looks like the team would need to be publicly listed (but not the members) in order to implement this.

ericmutton commented 10 months ago

I like this idea, I'm not too sure how to actually publicly list the team. GitHub docs don't seem to describe the process anywhere.