diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-25 16:34:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 16:34:49 +0200 |
| commit | 53cfae0cbd315f5e8e4b8288c1f2382bd6212e87 (patch) | |
| tree | 07551f9921a223796e5b96aeb104472df5285e8a | |
| parent | a141346934897cf25df38f3fe916bae9d06b886d (diff) | |
| parent | 6e0285978ee4274d4fce197a83e9fb9d1e26618f (diff) | |
| download | vyos-1x-53cfae0cbd315f5e8e4b8288c1f2382bd6212e87.tar.gz vyos-1x-53cfae0cbd315f5e8e4b8288c1f2382bd6212e87.zip | |
Merge pull request #5292 from vyos/asklymenko-patch-1
T9019: Update GitHub PR templates with AI tool usage policy
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
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 |
