From cdd1f8b4be08dacad13da20c222277e5e1cb3689 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 20 Mar 2026 07:25:46 +0100 Subject: [CHORE] Use correct structure for PR templates. Signed-off-by: Amlal El Mahrouss --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 16 ---------------- 2 files changed, 20 insertions(+), 16 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ada6f758 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +# + +<Describe briefly your PR here.> + +## Rationale: + +<Describe the rationale here> + +## Process: + +<Describe your process here> + +## Results: + +<Describe the results here> + +## Additionals: + + + diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 59bfdfe6..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -# <Title of PR> - -<Describe briefly your PR here.> - -## Rationale: - -<Describe the rationale here> - -## Process: - -<Describe your process here> - -## Results: - -<Describe the results here> - -- cgit v1.2.3