freenas-proxmox/.github/PULL_REQUEST_TEMPLATE.md

33 lines
911 B
Markdown

## Description
What does this PR do? Why is this change needed?
Fixes # (issue number, if applicable)
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Refactor / code quality
## Testing
Describe how you tested this change:
- [ ] Tested on Proxmox VE version: ___
- [ ] Tested with TrueNAS CORE version: ___
- [ ] Tested with TrueNAS SCALE version: ___
- [ ] Tested Bearer Token authentication
- [ ] Tested Username/Password authentication
- [ ] Tested create, delete, and resize of volumes
- [ ] Ran `perl -c` syntax check on modified `.pm` files
## Checklist
- [ ] My changes follow the coding standards in [CONTRIBUTING.md](CONTRIBUTING.md)
- [ ] I have updated [CHANGELOG.md](CHANGELOG.md) under `[Unreleased]`
- [ ] I have not included unrelated changes
- [ ] Passwords and API tokens are not present in any test output or logs I've included