remove pull req template (#3432)

This commit is contained in:
Dustin J. Mitchell 2024-05-02 19:35:00 -04:00 committed by GitHub
parent 94b3e301d1
commit 380c740ff0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +0,0 @@
#### Description
Replace this text with a description of the PR.
#### Additional information...
- [ ] I changed C++ code or build infrastructure.
Please run the test suite and include the output of `cd build/test && make && ./problems`.
- [ ] I changed Rust code or build infrastructure.
Please run `cargo test` and address any failures before submitting.