aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorvoid_17 <61356189+void2012@users.noreply.github.com>2026-03-02 01:54:47 +0700
committerGitHub <noreply@github.com>2026-03-02 01:54:47 +0700
commit6850c3b42c0e3919c45011fb4d9e24f839c9a569 (patch)
treeba943c816f28b0551437902e1f72d5410bfa54d1 /.github/pull_request_template.md
parent99a8c53bc1f84042e682a67abbd3f49d4b94dba8 (diff)
Create pull_request_template.md
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..c1108a81
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -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]