diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-12-08 17:28:04 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-08 12:05:35 -0800 |
commit | 948a4ccdc5202e31e5e0be9f614c74aab740e95d (patch) | |
tree | 98cc8f589f00e3c8f5734b34fa57e4340fdacfbb /.github/pull_request_template.md | |
parent | 270a7e13c365d05ba04ab44a2f844d96ba15f43b (diff) | |
download | uhd-948a4ccdc5202e31e5e0be9f614c74aab740e95d.tar.gz uhd-948a4ccdc5202e31e5e0be9f614c74aab740e95d.tar.bz2 uhd-948a4ccdc5202e31e5e0be9f614c74aab740e95d.zip |
github: Amend PR template with a checkbox for compat numbers
Diffstat (limited to '.github/pull_request_template.md')
-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, ...) |