add pull request template
This commit is contained in:
parent
dd9cace546
commit
58b8862b4d
1 changed files with 30 additions and 0 deletions
30
.github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md
vendored
Normal file
30
.github/PULL_REQUEST_TEMPLATE/openqa-test-suite-pull-request-template.md
vendored
Normal 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
|
Loading…
Reference in a new issue