summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-30 11:45:42 -0600
committerGitHub <[email protected]>2026-01-30 12:45:42 -0500
commit21edc00f110a05c8bf4c657066091565f0a3f916 (patch)
tree0cd0f199832cf197710e8ff9b1bfc1e34c08b1c0
parent0b91e9087df38a2dcf63e5ac8408f86e557e25f3 (diff)
downloadopencode-21edc00f110a05c8bf4c657066091565f0a3f916.tar.gz
opencode-21edc00f110a05c8bf4c657066091565f0a3f916.zip
ci: update pr template (#11341)
-rw-r--r--.github/pull_request_template.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index b4369fa1a..d8a5c8a90 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,7 @@
### What does this PR do?
+Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the pr.
+
+**If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!**
+
### How did you verify your code works?