mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 07:27:20 +00:00
Create pull_request_template.md
This commit is contained in:
parent
99a8c53bc1
commit
6850c3b42c
22
.github/pull_request_template.md
vendored
Normal file
22
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Pull Request Template
|
||||
|
||||
## Description
|
||||
Briefly describe the changes this PR introduces.
|
||||
|
||||
## Changes
|
||||
|
||||
### Previous Behavior
|
||||
*Describe how the code behaved before this change.*
|
||||
|
||||
### Root Cause
|
||||
*Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).*
|
||||
|
||||
### New Behavior
|
||||
*Describe how the code behaves after this change.*
|
||||
|
||||
### Fix Implementation
|
||||
*Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).*
|
||||
|
||||
## Related Issues
|
||||
- Fixes #[issue-number]
|
||||
- Related to #[issue-number]
|
||||
Loading…
Reference in a new issue