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

Add CODEOWNERS and PULL_REQUEST_TEMPLATE files #487

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

SRaus
Copy link
Contributor

@SRaus SRaus commented Mar 22, 2024

Persons specified in CODEOWNERS file will be automatically added as reviewers, whenever new PRs are opened, depending on affected folder.

In addition to Code Owners, other reviewers can be added to each PR. CODEOWNERS file can be different from one branch to another. All new PRs will require the approval of at least one code owner.

PULL_REQUEST_TEMPLATE.md will populate all new PR description field. Beside PR description, it contains a list of checkboxes, ensuring everyone follows the same guidelines and enforces best practices. Pull Request Template applies to PRs against all protected branches.

Both files got added in .github

Persons specified in CODEOWNERS file will be automatically added as reviewers,
whenever new PRs are opened, depending on affected folder.

In addition to Code Owners, other reviewers can be added to each PR.
CODEOWNERS file can be different from one branch to another.
All new PRs will require the approval of at least one code owner.

PULL_REQUEST_TEMPLATE.md will populate all new PR description field.
Beside PR description, it contains a list of checkboxes, ensuring everyone
follows the same guidelines and enforces best practices.
Pull Request Template applies to PRs against all protected branches.

Both files got added in .github

Signed-off-by: Stefan Raus <[email protected]>
@SRaus SRaus merged commit 39879ab into main Mar 22, 2024
10 checks passed
@SRaus SRaus deleted the add_PR_template_and_CO branch March 22, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants