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