Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add OWNERS file #293

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ Temporary Items
# Local History for Visual Studio Code
.history/

### IntelliJ ###
.idea

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
Expand Down
8 changes: 8 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## ADMINS: People who control settings for the repo.
adrianchiris
dougbtv

## Maintainers: People who can merge code in this repo.
zeeke
SchSeba
Eoghan1232
Comment on lines +2 to +8
Copy link
Collaborator Author

@killianmuldoon killianmuldoon Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm really looking for feedback on who should take these roles.

The current proposal is based on some simple ideas:

  • removing roles the NPWG doesn't define in the governance doc
  • remove folks who haven't contributed as a maintainer or admin in the last two years
  • restrict admins to folks who are also NPWG org owners

Loading