From 380c740ff0740cef24711e71429170b5282d4fdf Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 2 May 2024 19:35:00 -0400 Subject: [PATCH] remove pull req template (#3432) --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 221297751..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -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.