Update issue and add pull request template #39

Merged
tcooper merged 5 commits from fix_issue_31 into develop 2021-08-24 20:49:04 +00:00
Showing only changes of commit 58b8862b4d - Show all commits

View file

@ -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
<!-- Provide a brief description of the pull request here -->
<!-- If applicable, specify the issue number this PR fixes -->
<!-- eg: Fixes #999 -->
# How Has This Been Tested?
<!-- Indicate what you have done to test this PR, with screenshots if appropriate -->
akatch commented 2021-08-24 03:36:13 +00:00 (Migrated from github.com)
Review

Suggest this addition:

<!-- 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) -->
Suggest this addition: ``` <!-- 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