tests: Add notes for downstream testing
also includes PR template to make this more visible to everyone!
This commit is contained in:
parent
c451262cf0
commit
d5a22097b8
2 changed files with 45 additions and 0 deletions
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Description
|
||||
|
||||
|
||||
|
||||
**Downstream testing notes:**
|
||||
|
||||
- [ ] 1st commit of any `rhbz#` related PR contains bug reproducer; CI reports FAIL or
|
||||
- [ ] PR contains automated tests for new functionality and
|
||||
- [ ] QE has approved reproducer/new tests and
|
||||
- [ ] Subsequent commits provide bug fixes without modifying the reproducer; CI reports PASS and
|
||||
- [ ] QE approves this PR; RHBZ status is set to `MODIFIED + Verified=Tested`
|
||||
|
||||
For more info see [test/README.md](../test/README.md#downstream-testing-notes)!
|
||||
Loading…
Add table
Add a link
Reference in a new issue