From 1434158f4c1d519ab51a7efd970348e64821c867 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 11 Jun 2023 21:36:25 -0500 Subject: [PATCH] Add comment in PR template about tests passing locally --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/pull_request_template.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 716d3ffb1..40e40338b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Troubleshooting and User Support url: https://openmc.discourse.group/ diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1b4b587c6..030914812 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,5 +15,10 @@ Fixes # (issue) - [ ] 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) +- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) +