34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
|
---
|
||
|
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
|
||
|
|
||
|
<!-- Provide a brief description of the pull request here -->
|
||
|
<!-- If applicable, specify the issue number this PR fixes -->
|
||
|
|
||
|
<!-- eg: Fixes #999 -->
|
||
|
|
||
|
<!-- If no Issue exists it is highly recommended that you create an issue first, assigning it to yourself and then return here to provide the pull request. -->
|
||
|
|
||
|
# How Has This Been Tested?
|
||
|
|
||
|
<!-- Indicate what you have done to test this PR, with screenshots if appropriate -->
|
||
|
<!-- At a minimum, please include the following: -->
|
||
|
<!-- * The command you used to trigger a passing test -->
|
||
|
<!-- * Criteria for a successful test (eg: suite install_minimal@uefi passes) -->
|
||
|
|
||
|
# 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
|