From 869c7164b88f5fff68f3f7301f3afa4328338ede Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 20 Mar 2026 07:26:29 +0100 Subject: [CHORE] Update PR template. Signed-off-by: Amlal El Mahrouss --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 17 ----------------- 2 files changed, 16 insertions(+), 17 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 0000000..59bfdfe --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +# + +<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/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 6f9cd85..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,17 +0,0 @@ -# <Title of PR> - -<Describe brifely your PR here.> - -## Rationale: - -<Describe the rationale here> - -## Process: - -<Describe your process here> - -## Results: - -<Describe the results here> - - -- cgit v1.2.3