From 4a536484a69dfed5aa040d9ed3998cf8b25132c8 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:14:54 +0000 Subject: [PATCH] Update pull_request_template.md Added failure to follow template warning Made more concise --- .github/pull_request_template.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3fa91f857..c007d4afe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,6 @@ +## WARNING: FAILURE TO FOLLOW THE TEMPLATE WILL RESULT IN IMMEDIATE LOCK OF THE PULL REQUEST WITHOUT COMMENT +Please complete the following pull request checklist to ensure accuracy, clarity, and consistency. + ## Pull Request Checklist - [ ] **Description:** Briefly describe the changes in this pull request. @@ -11,10 +14,7 @@ ## Description -[Insert a brief description of the changes made in this pull request, including any relevant background or motivation. Consider including answers to the following questions: -* What problem does this PR solve? -* How does it improve the project or fix an issue? -* What changes were made to achieve this outcome?] +[Insert a brief description of the changes made in this pull request, including any relevantincluding motivation and impact.] --- @@ -26,23 +26,23 @@ ### Fixed -- [List any fixes or corrections, including bug fixes, typo fixes, or other corrections] +- [List any fixes, corrections, or bug fixes] ### Changed -- [List any changes or updates, including refactorings, optimizations, or other modifications] +- [List any changes, updates, refactorings, or optimizations] ### Removed -- [List any removed features, files, or deprecated functionalities and APIs] +- [List any removed features, files, or deprecated functionalities] ### Security -- [List any security-related changes, including vulnerability fixes or security enhancements] +- [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes -- [List any breaking changes, including changes that may affect existing functionality or compatibility] +- [List any breaking changes affecting compatibility or functionality] --- @@ -50,4 +50,4 @@ * [Insert any additional context, notes, or explanations for the changes] -* [Mention any related issues, commits, or other references] +* [Reference any related issues, commits, or other relevant information]