Skip to content

Commit

Permalink
Add full picture checks to README and PR template
Browse files Browse the repository at this point in the history
Based on RHBQ 2.13 restrospective action items.
Adds reminders about possible related topics for each new feature:
- Existing README file.
- New pull request template.
  • Loading branch information
jsmrcka committed Jan 22, 2023
1 parent f58b0c8 commit 34857fc
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 34857fc

Please sign in to comment.