summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrii Klymenko <a.klymenko@vyos.io>2026-06-24 19:46:45 +0300
committerGitHub <noreply@github.com>2026-06-24 19:46:45 +0300
commit6e0285978ee4274d4fce197a83e9fb9d1e26618f (patch)
tree5264a8ba8615b66fa791a52313454255ad14a97d /.github
parentd3826867554eb9dbd30d5c8c781516a8afcfd96b (diff)
downloadvyos-1x-6e0285978ee4274d4fce197a83e9fb9d1e26618f.tar.gz
vyos-1x-6e0285978ee4274d4fce197a83e9fb9d1e26618f.zip
T9019: Update GitHub PR templates with AI tool usage policy
Add a checkbox for reviewing code produced by GenAI tools in the PR template.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 37dda45bc..37f5a4bb6 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -48,6 +48,7 @@ test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok
- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/rolling/CONTRIBUTING.md) document
- [ ] I have linked this PR to one or more Phabricator Task(s)
- [ ] I have run the components [**SMOKETESTS**](https://github.com/vyos/vyos-1x/tree/rolling/smoketest/scripts/cli) if applicable
+- [ ] I have thoroughly reviewed, understood, and tested the code contained in the PR, including any code produced by GenAI tools
- [ ] My commit headlines contain a valid Task id
- [ ] My change requires a change to the documentation
- [ ] I have updated the documentation accordingly