generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ecca68
commit 0757c45
Showing
6 changed files
with
30 additions
and
119 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Notes | ||
|
||
Please include a summary of the change and which issue is fixed or which feature is added. | ||
|
||
## JIRA | ||
|
||
- **Related story**: [Jira Ticket](url) | ||
|
||
## Checklist | ||
|
||
- [ ] PR focuses on a single story. | ||
- [ ] New unit tests added and ensured they pass. | ||
- [ ] Service has been tested in local and it works as expected. | ||
- [ ] Documentation has been updated for this code change (if needed). | ||
- [ ] Code follows the Java Coding Conventions (https://www.oracle.com/java/technologies/javase/codeconventions-programmingpractices.html). | ||
|
||
## Types of changes | ||
|
||
What types of changes does this PR introduces? | ||
|
||
- [ ] Bugfix | ||
- [ ] New feature | ||
- [ ] Breaking change | ||
|
||
## Testing | ||
|
||
- [ ] Does this PR has >90% code coverage? | ||
- [ ] Is the screenshot attached for code coverage? | ||
- [ ] Does the `gradle build` pass in your local? | ||
- [ ] Is the `gradle build` logs attached? |