Files
warewulf/.github/PULL_REQUEST_TEMPLATE.md
Jonathon Anderson 49e78e5b0d Add testsuite to the PR reviewer checklist
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2024-10-25 18:07:36 -06:00

1.0 KiB

Description of the Pull Request (PR):

Write your description of the PR here. Be sure to include as much background, and details necessary for the reviewers to understand exactly what this is fixing or enhancing.

This fixes or addresses the following GitHub issues:

  • Fixes #

Reviewer checklist

The reviewer checks the following items before merging the PR.

  • The PR is based on the appropriate branch (typically main)
  • All commits are "Signed off" (e.g., using git commit --signoff) in agreement to the DCO
  • The CHANGELOG has been updated, if necessary, and under the correct release heading
  • The userdocs have been updated, if necessary
  • The submitter is listed in the contributors file
  • The test suite has been updated, if necessary