Skip to content

Commit

Permalink
Merge pull request #128 from jsmrcka/full-picture-checks
Browse files Browse the repository at this point in the history
Add full picture checks to README and PR template
  • Loading branch information
mjurc authored Jan 25, 2023
2 parents f58b0c8 + 34857fc commit 72c0095
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Links

JIRA:

Quarkus documentation:

### Checklist of areas related to the topic

Select all applicable areas that have been considered in this test plan:

- [ ] Logging
- [ ] Tracing
- [ ] Metrics
- [ ] Security
- [ ] OpenAPI
- [ ] Data sources
- [ ] Qute
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Use file name based on RFE id, for example QUARKUS-123.md

## Scope of the testing
- Define scope of the testing
- For each feature / Quarkus extension, assess existing and consider implementing new integration tests for areas (when applicable):
- Logging
- Tracing
- Metrics
- Security
- OpenAPI
- Data sources
- Qute
- Analyze possible impact on Quarkus itself - e.g performance, compatibility
- Determine impact on test suites - e.g. new test suite, increased complexity of existing test suite, maintenance burden
- Determine impact on QE infrastructure - e.g. increased complexity of existing automation, maintenance burden, need for new external resources
Expand Down

0 comments on commit 72c0095

Please sign in to comment.