From 499ad6ab0abd418e4552cae9f482c7e18ba55189 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 9 Jun 2023 10:13:01 -0500 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..1b4b587c64 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + + +# Description + +Please include a summary of the change and which issue is fixed if applicable. Please also include relevant motivation and context. + +Fixes # (issue) + +# Checklist + +- [ ] I have performed a self-review of my own code +- [ ] I have run [clang-format](https://docs.openmc.org/en/latest/devguide/styleguide.html#automatic-formatting) on any C++ source files (if applicable) +- [ ] I have followed the [style guidelines](https://docs.openmc.org/en/latest/devguide/styleguide.html#python) for Python source files (if applicable) +- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) +- [ ] I have made corresponding changes to the documentation (if applicable)