From aea62e7ff16ff4b1b1a5a04cfbd5b4750b6629ea Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sun, 17 Nov 2024 08:53:58 -0600 Subject: T6889: update PR template (#363) * T6889: update PR template * T6889: remove SMOKETEST reference --- .github/PULL_REQUEST_TEMPLATE.md | 55 ++++++++++++++++++++++++++++++++++++---- .gitignore | 2 ++ 2 files changed, 52 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cd348ead..af25224a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,13 +40,55 @@ like this ``` --> -## Smoketest result - +- [ ] Sanity tests passed +- [ ] Unit tests passed + +Tested against VyOS versions: + +- 1.3.8 +- 1.4-rolling-202201010100 + ## Checklist: @@ -54,7 +96,10 @@ test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok - [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/current/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/current/smoketest/scripts/cli) if applicable +- [ ] I have run the ansible sanity and unit tests - [ ] My commit headlines contain a valid Task id - [ ] My change requires a change to the documentation - [ ] I have updated the documentation accordingly +- [ ] I have added unit tests to cover my changes +- [ ] I have added a file to `changelogs/fragments` to describe the changes + diff --git a/.gitignore b/.gitignore index 1f9858c4..eaef097a 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,5 @@ venv.bak/ .DS_Store changelogs/.plugin-cache.yaml +# inventory for testing +inventory.network -- cgit v1.2.3