23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
## 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](https://github.com/warewulf/warewulf/tree/main/userdocs))
|
|
- [ ] All commits are "Signed off" (e.g., using `git commit --signoff`) in agreement to the [DCO](DCO.txt)
|
|
- [ ] The [CHANGELOG](https://github.com/warewulf/warewulf/blob/main/CHANGELOG.md) has been updated, if necessary, and under the correct release heading
|
|
- [ ] The [userdocs](https://github.com/warewulf/warewulf/tree/main/userdocs) have been updated, if necessary
|
|
- [ ] The submitter is listed in the [contributors file](https://github.com/warewulf/warewulf/blob/main/CONTRIBUTORS.md)
|
|
- [ ] The test suite has been updated, if necessary
|