From 58b8862b4d0ba2cfe5de09782f3fb23a0aabb383 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sun, 22 Aug 2021 11:20:52 -0700 Subject: [PATCH] add pull request template --- ...openqa-test-suite-pull-request-template.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md b/.github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md new file mode 100644 index 00000000..e56fde0e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md @@ -0,0 +1,30 @@ +--- +name: openQA test suite and/or needle Pull Request +about: Submit openQA test fix and/or needle updates +title: Test Suite: [insert_test_suite_name_here] on [DISTRI-VERSION-FLAVOR-ARCH] +labels: 'test suite' +assignees: '' + +--- + +# Description + + + + + + + +# How Has This Been Tested? + + + + +# Checklist: + +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] Any dependent changes have been merged and published in downstream modules