--- name: Pull Request Template about: A template to help contributors submit clear pull-requests. title: '' labels: '' assignees: '' --- # Pull Request Details ## Description ## Related Issue ## Which blocks/areas does this affect? ## Testing Done ## Checklist - [ ] I have read the [CONTRIBUTING document](https://github.com/gnuradio/gnuradio/blob/master/CONTRIBUTING.md). - [ ] I have squashed my commits to have one significant change per commit. - [ ] I [have signed my commits before making this PR](https://github.com/gnuradio/gnuradio/blob/master/CONTRIBUTING.md#dco-signed) - [ ] My code follows the code style of this project. See [GREP1.md](https://github.com/gnuradio/greps/blob/master/grep-0001-coding-guidelines.md). - [ ] I have updated [the documentation](https://wiki.gnuradio.org/index.php/Main_Page#Documentation) where necessary. - [ ] I have added tests to cover my changes, and all previous tests pass.