diff options
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e312c0f77..2387ae88c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -38,3 +38,5 @@ - [ ] My code follows the code style of this project. See CODING.md. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes, and all previous tests pass. +- [ ] I have checked all compat numbers if they need updating (FPGA compat, + MPM compat, noc_shell, specific RFNoC block, ...) |