From b00c9eef205a98588ca42562fcde832116083860 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Fri, 17 Jan 2025 16:53:26 +0100 Subject: [PATCH] chore: fix issue and PR template locations (#28) chore: fix issue and PR template locations: - merge the two PR templates - Use new issue template folder: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository --- .../issue_template.md} | 0 .github/PULL_REQUEST_TEMPLATE.md | 17 -------------- .github/pull_request_template.md | 23 ++++++++++--------- 3 files changed, 12 insertions(+), 28 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/issue_template.md} (100%) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/issue_template.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 3259778..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ - - -# Summary - - - ---- - - - -**Related issue :** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2743250..3259778 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,17 @@ -# **Related issue** +# Summary -## Short summary of changes + - +--- + + + +**Related issue :**