Skip to content

Commit

Permalink
fix (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
tphung3 authored Nov 13, 2024
1 parent e347043 commit 59a7787
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Mention relevant issues and pull requests as needed.

## Merge Checklist

The following items must be completed before PRs can be merge.
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.
- [ ] 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.

0 comments on commit 59a7787

Please sign in to comment.