diff --git a/.github/ISSUE_TEMPLATE/openqa-test-suite---needle-update.md b/.github/ISSUE_TEMPLATE/openqa-test-suite---needle-update.md deleted file mode 100644 index 2451168d..00000000 --- a/.github/ISSUE_TEMPLATE/openqa-test-suite---needle-update.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: openQA test suite / needle update -about: This template provide basis for general case submission of issue to resolve - openQA test failure via test and/or needle updates -title: Test suite failure for [insert_test_suite_name_here] on [DISTRI-VERSION-FLAVOR-ARCH] -labels: '' -assignees: '' - ---- - -## Describe Issue - -Please describe the issue as completely as possible so that an appropriate fix may be developed. - -| Test Suite | `` | -|---|---| -| Result | | -| Scheduled product | `` | -| Test module | `` | -| Analysis | **
| - -## Planned Action -- Please provide suggested resolution steps if they are know. - -## Special Notes -- Please provide any special instructions/information that may help testing progress more quickly. For example... Test can run from `disk_64bit_cockpit.qcow2` image if it is saved and stored appropriately in the test system. There is no need to run from beginning and/or trigger from `install_default_upload@64bit`. diff --git a/.github/ISSUE_TEMPLATE/openqa-test-suite-needle-update.md b/.github/ISSUE_TEMPLATE/openqa-test-suite-needle-update.md new file mode 100644 index 00000000..11eb885e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/openqa-test-suite-needle-update.md @@ -0,0 +1,28 @@ +--- +name: openQA test suite and/or needle update +about: Report openQA test failure and/or needle update requirement +title: [Test Suite Failure] for [insert_test_suite_name_here] on [DISTRI-VERSION-FLAVOR-ARCH] +labels: [test suite] +assignees: '' + +--- + +## Describe Issue + +Please describe the issue as completely as possible so that an appropriate fix may be developed. + +| Test Suite | | +|-------------------|-------------------------------------| +| Result | | +| Scheduled product | | +| Test module | | +| Analysis | | + + + +## Planned Action + + +## Special Notes + + 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..bc8b32dc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md @@ -0,0 +1,33 @@ +--- +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