-
Notifications
You must be signed in to change notification settings - Fork 214
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
Fed engineer PR reviewer checklist #104285
Open
rmtolmach
wants to merge
1
commit into
master
Choose a base branch
from
reviewer_guide
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Fed. engineer PR approver checklist | ||
about: Checklist to ensure you are prepared to become a PR approver for your team's code | ||
title: '' | ||
labels: [''] | ||
assignees: '' | ||
--- | ||
# PR Approver Preparation Checklist | ||
|
||
Certain federal engineers can get approval to review their team's code and bypass a Platform PR review. Use this checklist to ensure you are prepared to become a PR approver for your team's code. | ||
|
||
**Engineer Name:** | ||
|
||
**Team Name & [GitHub Team](https://github.com/orgs/department-of-veterans-affairs/teams):** | ||
<!-- Name of your team and code-owning GitHub team(s) --> | ||
|
||
## Training | ||
|
||
- [ ] Thoroughly review the [Code review guide for vets-api](https://vfs.atlassian.net/wiki/spaces/BCP/pages/3155394563/Code+review+guide+for+vets-api). | ||
- [ ] Review and save this [PR tips page](https://vfs.atlassian.net/wiki/spaces/BCP/pages/3918135327/PR+tips+for+federal+engineers) for details once you start reviewing and merging PRs. | ||
- [ ] I understand I am responsible for the code my team deploys. | ||
|
||
## Tools and Access | ||
|
||
- [ ] I have access to the necessary repositories. | ||
- [ ] I have the required permissions to approve and merge PRs within the repository my team works in. | ||
- [ ] I can view a list of open PRs needing my approval. Here's an [example query](https://github.com/pulls?q=is%3Apr+is%3Aopen+draft%3Afalse+NOT+WIP+in%3Atitle+team-review-requested%3Adepartment-of-veterans-affairs%2Fbackend-review-group). Replace `backend-review-group` with your code-owning GitHub Team and modify the query as needed ([GH search docs](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)). | ||
|
||
## Communication and Collaboration | ||
|
||
- [ ] Meet with the Community of Practice (CoP). Reach out in the CoP Slack channel for a CoP meeting invite. | ||
- [ ] I have discussed my role as a PR approver with my team. | ||
- [ ] I understand I can reach out in the CoP Slack channel with PR questions. | ||
|
||
## Approval | ||
- [ ] Approved by Bill Chapman | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we shouldn't same something like Approved by OCTO Leadership or something like that. I could see Bill being one of the main approvers but most likely not the only one?
Or, maybe leave as is for now and we can see how it flows and adjust later if we believe it needs it.