aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOmri <omrih.e@protonmail.com>2026-03-02 00:00:08 +0200
committerGitHub <noreply@github.com>2026-03-02 00:00:08 +0200
commit0d33cfbdbc4c3a80528bd263ce6e53be85340713 (patch)
treef4640efcc7d8ba60e3f925eda1d1e2cba9b33c36 /.github
parent34d398cf1b3aa1bfa22a2e4ba434d8b6b63b3dc3 (diff)
parent071d4f65998d617440ade95bd291e47a6a220c59 (diff)
Merge branch 'smartcmd:main' into main
Diffstat (limited to '.github')
-rw-r--r--.github/IMG_8725.pngbin0 -> 975385 bytes
-rw-r--r--.github/pull_request_template.md22
2 files changed, 22 insertions, 0 deletions
diff --git a/.github/IMG_8725.png b/.github/IMG_8725.png
new file mode 100644
index 00000000..4f958dc4
--- /dev/null
+++ b/.github/IMG_8725.png
Binary files differ
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..0dfcc8e2
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,22 @@
+# Pull Request
+
+## 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]