Skip to content
Open
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
15 changes: 8 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Mention relevant issues and pull requests as needed.
The following items must be completed before PRs can be merged.
Check these off to verify you have completed all steps.

- [ ] `make test` Run local tests prior to pushing.
- [ ] `make format` Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)
- [ ] `make lint` Run lint on source code prior to pushing.
- [ ] Manual Update: Update the manual to reflect user-visible changes.
- [ ] Type Labels: Select a github label for the type: bugfix, enhancement, etc.
- [ ] Product Labels: Select a github label for the product: TaskVine, Makeflow, etc.
- [ ] PR RTM: Mark your PR as ready to merge.
- [ ] `make test` Run local tests prior to pushing.
- [ ] `make format` Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)
- [ ] `make lint` Run lint on source code prior to pushing.
- [ ] Manual Update: Update the manual to reflect user-visible changes.
- [ ] Type Labels: Select a github label for the type: bugfix, enhancement, etc.
- [ ] Product Labels: Select a github label for the product: TaskVine, Makeflow, etc.
- [ ] [Optional] Request Copilot's review: Request a code review from Copilot (or ask @tphung to request one for you).
Copy link

Copilot AI Sep 17, 2025

Choose a reason for hiding this comment

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

The instruction lacks clarity about how to request Copilot's review. Consider adding a link to documentation or brief instructions on how to add Copilot as a reviewer.

Suggested change
- [ ] [Optional] Request Copilot's review: Request a code review from Copilot (or ask @tphung to request one for you).
- [ ] [Optional] Request Copilot's review: To request a review from Copilot, click "Reviewers" in your PR and select "github-copilot[bot]". For more details, see [GitHub Copilot Code Review documentation](https://docs.github.com/en/copilot/github-copilot-in-github/github-copilot-code-review). If you need help, ask @tphung to request one for you.

Copilot uses AI. Check for mistakes.
- [ ] PR RTM: Mark your PR as ready to merge.