From 4a99a889053b118e0ee2af24f224865907f7b829 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sat, 11 Jul 2026 11:38:16 +0200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..21226efd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description + +... + +## AI Usage + +Choose the level of AI involvement for this PR. + +* [ ] Fully vibe coded +* [ ] AI-designed, AI-coded, manually checked +* [ ] Human-designed, AI-coded +* [ ] Human-designed, human-coded (includes AI autocompletions and boilerplate gen) + +*This is not to block AI contributions but rather to speed up PR review (saves time on trying to deduce the logic behind AI hallucinations).*