add pull request template

This commit is contained in:
Trevor Cooper 2021-08-22 11:20:52 -07:00
parent dd9cace546
commit 58b8862b4d

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 -->
# 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