From c9dcb4fca100786f546da9d4ebf9d524df5c2427 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 22 Mar 2026 06:20:49 +0100 Subject: [CHORE] Fix PR name template. Signed-off-by: Amlal El Mahrouss --- .github/PULL_REQUEST_TEMPLATE.md | 22 ---------------------- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d4456542..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -# [PR]: - -## Description: - -<Describe briefly your PR here.> - -### PR Rationale: - -<Describe the rationale here> - -### PR Process: - -<Describe your process here> - -## Results: - -<Describe the results here> - -### Additional Informations: - -<Describe additional information (Optional)> - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..d4456542 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +# [PR]: <Title of PR> + +## Description: + +<Describe briefly your PR here.> + +### PR Rationale: + +<Describe the rationale here> + +### PR Process: + +<Describe your process here> + +## Results: + +<Describe the results here> + +### Additional Informations: + +<Describe additional information (Optional)> + -- cgit v1.2.3