diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5fcad0dde..e0e0bdb07 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,17 +26,15 @@ Summary of the proposed changes in the PR description in your own words. For dep - [ ] Author has run `make-checks` and it passes - [ ] All automatic Github Action checks pass - see [actions](https://github.com/tiiuae/ghaf/actions) - [ ] Author has added reviewers and removed PR draft status +- [ ] Change requires full re-installation +- [ ] Change can be updated with `nixos-rebuild ... switch` ## Instructions for Testing -- [ ] List all targets that this applies to - - +- [ ] List all targets that this applies to: - [ ] Is this a new feature - - [ ] List the test steps to verify - - + - [ ] List the test steps to verify: - [ ] If it is an improvement how does it impact existing functionality?