From 259e841a77a8eb562444440a6f57ee5e89ec106e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 20 Mar 2026 22:50:12 +0900 Subject: [PATCH] Add pull request template with contribution policy --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..64dc144e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Contribution Policy + +We do not accept pull requests generated primarily by AI without genuine understanding or real-world usage context. + +All contributions are expected to demonstrate: +- A clear understanding of the codebase +- Alignment with product direction +- Thoughtful reasoning behind changes +- Evidence of real-world usage or hands-on experience with the problem + +If these expectations are not met, we would prefer to implement the changes ourselves rather than spend time reviewing low-effort submissions. + +--- + +## Acknowledgement + +- [ ] I confirm that this PR meets the above expectations and reflects my own understanding and real-world context.