wert007 / tabelle

It is a spreadsheet program for your terminal. Written in rust.
MIT License
1 stars 1 forks source link

[Suggestion] CODEOWNERS #8

Open kevinmatthes opened 1 year ago

kevinmatthes commented 1 year ago

I would like to suggest you to add a CODEOWNERS configuration file for this repository. The benefits would be that for each PR, you would be requested for review automatically. This aspect can be also combined with branch protection rules such that an approval of one of the CODEOWNERS is mandatory; as you would be the sole CODEOWNER, your own PRs would not require any approvals but were still allowed to receive some.

To configure it, just create a file named .github/CODEOWNERS with the following line as content:

* @wert007

This will mark every file in the entire repository as your intellectual property.

kevinmatthes commented 1 year ago

Would this feature be interesting for you, @wert007?