Update pull_request_template.md

Added failure to follow template warning
Made more concise
This commit is contained in:
Silentoplayz 2024-04-23 11:14:54 +00:00 committed by GitHub
parent a615308111
commit 4a536484a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ## Pull Request Checklist
- [ ] **Description:** Briefly describe the changes in this pull request. - [ ] **Description:** Briefly describe the changes in this pull request.
@ -11,10 +14,7 @@
## Description ## 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: [Insert a brief description of the changes made in this pull request, including any relevantincluding motivation and impact.]
* What problem does this PR solve?
* How does it improve the project or fix an issue?
* What changes were made to achieve this outcome?]
--- ---
@ -26,23 +26,23 @@
### Fixed ### Fixed
- [List any fixes or corrections, including bug fixes, typo fixes, or other corrections] - [List any fixes, corrections, or bug fixes]
### Changed ### Changed
- [List any changes or updates, including refactorings, optimizations, or other modifications] - [List any changes, updates, refactorings, or optimizations]
### Removed ### Removed
- [List any removed features, files, or deprecated functionalities and APIs] - [List any removed features, files, or deprecated functionalities]
### Security ### 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 ### 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] * [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]