Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps authored May 16, 2020
2 parents 61f0e64 + 8212e72 commit 6c62c65
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,23 @@ PR Branch

## Checklist:

* [ ] Unit tests added?
* [ ] Unit tests added

* [ ] Integration tests added?
* [ ] Integration tests added

* [ ] Test names are meaningful?
* [ ] Test names are meaningful

* [ ] Feature manually tested?
* [ ] Feature manually tested

* [ ] Branch build passed?
* [ ] Branch build passed

* [ ] No 'package.*' in the imports

* [ ] Relevant Wiki page updated with clear instruction for the end user
* [ ] Not applicable. This was only a refactor change, no functional or behaviour changes were introduced

* [ ] Http test added to `http-testing` module(if applicable) ?
* [ ] Not applicable. The changes did not affect HTTP automation flow

* [ ] Kafka test added to `kafka-testing` module(if applicable) ?
* [ ] Not applicable. The changes did not affect Kafka automation flow

0 comments on commit 6c62c65

Please sign in to comment.