From 2e60c93f364ff7da507d4031d3aeabb68cbef045 Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Mon, 27 Feb 2023 15:31:35 +0100 Subject: [PATCH 1/2] Move the GH PR template to .github/ In .github/workflows/, it doesn't work. Also, removed trailing whitespace and added newline to end. --- .github/{workflows => }/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/{workflows => }/PULL_REQUEST_TEMPLATE.md (91%) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 91% rename from .github/workflows/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md index d73ca321..7fb46c06 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,16 @@ #### Reference Issues/PRs @@ -29,4 +29,4 @@ review, either the pull request needs some benchmarking, tinkering, convincing, etc. or more likely the reviewers are simply busy. Thanks for contributing! ---> \ No newline at end of file +--> From 80819ccea4cdb0c55c9fdc3f4a97d1aacd2cf5e8 Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Mon, 27 Feb 2023 15:32:40 +0100 Subject: [PATCH 2/2] [skip ci] empty commit to prevent ci