summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
AgeCommit message (Collapse)Author
2026-06-24T9019: Update GitHub PR templates with AI tool usage policyAndrii Klymenko
Add a checkbox for reviewing code produced by GenAI tools in the PR template.
2026-06-02ci: T8943: complete current->rolling branch-ref migration (rollout 1c follow-up)Yuriy Andamasov
Rollout 1c PR #5241 renamed the default branch current->rolling and updated the 7 workflow files, but missed two files that still referenced the old branch name: - .github/config/smoketest-branches.json: the branch config is keyed by github.ref_name. package-smoketest.yml already triggers on `rolling`, then looks up `.branches["rolling"]`, which returned null -> the workflow errored out ("No smoketest configuration found for branch 'rolling'") on every push and PR to the rolling branch. Rename the key current->rolling. The entry's vyos_mirror and container_image are also moved to the now-canonical `rolling` release stream (packages.vyos.net/repositories/rolling/, vyos/vyos-build:rolling -- both live; the rolling docker tag is actively rebuilt while `current` froze at 2026-03-27), matching the self-consistent circinus/sagitta entries where key == mirror == image == branch name. - .github/PULL_REQUEST_TEMPLATE.md: two github.com/vyos/vyos-1x/{blob,tree}/current/ links repointed to /rolling/ (the default branch). A full-repo scan confirmed no other current->rolling git-branch references remain; all other "current" occurrences are the VyOS release-stream/version/ config vocabulary and are intentionally left unchanged. 🤖 Generated by [robots](https://vyos.io)
2026-03-27T8410: Fix typos and mistakes for comments and messagesViacheslav Hletenko
Fix typos and mistakes No functional changes
2024-12-27GitHub: adjust PR template to our current needs/workflowpr-templateChristian Breunig
2024-03-21make related tasks optionalRobert Göhler
2023-09-18Merge pull request #2276 from sarthurdev/conntrackViacheslav Hletenko
conntrack: T5571: Refactor conntrack using vyos.configdep
2023-09-18GitHub: Add smoketest result menuViacheslav Hletenko
Add the `Smoketest result` option to the default PR template
2023-09-16github: Update PR template with section of related PRssarthurdev
2023-02-12T5001: Replace links to the phabricator siteChristian Breunig
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev
2021-08-11GitHub: fix typo in PR templateChristian Poessinger
2021-03-06GitHub: update PR template wiht smoketest hintChristian Poessinger
2021-02-15GitHub: update help strings in PR templateChristian Poessinger
2020-11-30GitHub: update PR template with additional notesChristian Poessinger
2020-11-28GitHub: add initial Pull Request templateChristian Poessinger