-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
choreUpdating package.json, etc; no production code changeUpdating package.json, etc; no production code changedevexDeveloper experience; makes it easier for contributors to write codeDeveloper experience; makes it easier for contributors to write codegood first issueGood for newcomersGood for newcomers
Milestone
Description
Description
Create a CODEOWNERS file as described in the Github documentation above and assign responsible code owners. This file should be created in the .github directory. For now we can assign the following rules:
- Add @rak3rman as a code owner of
*(default code owner for everything, this line should be first in the file), provide comments explaining what this does (see linked docs) - Add @rak3rman as a code owner of
.github, provide comments explaining what is contained within this directory - Add @rak3rman as a code owner of
/hono, provide comments explaining what is contained within this directory - Add @rak3rman as a code owner of
/next, provide comments explaining what is contained within this directory
The last 3 tasks seem redundant since @rak3rman is already the code owner of everything, but providing this templating now will be beneficial in the future when new code owners are added.
Acceptance Criteria
Generated by Zenhub AI
- Scenario: Add CODEOWNERS file
- Given the CODEOWNERS file is created in the
.githubdirectory - When the CODEOWNERS file is added with the following rules:
- Then the repository should have a CODEOWNERS file with the specified rules and assigned code owners
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
choreUpdating package.json, etc; no production code changeUpdating package.json, etc; no production code changedevexDeveloper experience; makes it easier for contributors to write codeDeveloper experience; makes it easier for contributors to write codegood first issueGood for newcomersGood for newcomers