From a046d128a403b9410939078849bbb6a46d03e3fc Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Tue, 3 Mar 2026 12:43:33 +0100 Subject: [PATCH 1/2] docs: Enhance pull request template with guidelines Updated the pull request template to include acceptance requirements and guidelines for naming pull request titles. --- .github/PULL_REQUEST_TEMPLATE.md | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ba80b086..ff5dd0eb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,37 @@ + + + + ## Description -- Brief note about the issue +- Brief note about the Pull Request ## Solution - Mention how your solution resolves the issue -## Related issue(s) +### Large Language Models usage disclosure + -- Fixes #[ISSUE NUMBER] \ No newline at end of file +### Related issue(s) and discussion + +- Fixes: From d408e7fc2aa17533b351eed8685a8fe69e94e703 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Tue, 3 Mar 2026 15:20:00 +0100 Subject: [PATCH 2/2] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ff5dd0eb..24668566 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,7 +30,7 @@ Following `type`s are allowed: - Mention how your solution resolves the issue ### Large Language Models usage disclosure - + ### Related issue(s) and discussion