From 3c32841c4052fab4d77976618221641db2813db8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 22 Mar 2026 06:30:52 +0100 Subject: [CHORE] Fix file name for GitHub PR template feature. Signed-off-by: Amlal El Mahrouss --- .github/PULL_REQUEST_TEMPLATE.md | 16 ---------------- .github/pull_request_template.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index a0446d7..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -# [PR] - -<Describe briefly your PR here.> - -## Rationale: - -<Describe the rationale here> - -## Process: - -<Describe your process here> - -## Results: - -<Describe the results here> - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a0446d7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# [PR] <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