forked from vrcmarcos/elasticmock
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Workflow User
committed
Nov 8, 2024
1 parent
7d75eb1
commit 625d41f
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
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,57 @@ | ||
# π JIRA Reference | ||
https://hearsaysocial.atlassian.net/browse/[ TICKET_NUMBER ] | ||
<!--- | ||
Provide a link to the corresponding JIRA ticket, as well | ||
as any additional references tickets where necessary | ||
---> | ||
|
||
## π Description | ||
<!--- | ||
- Describe your changes in detail. If fixing a bug, include what the issue was and what you did you to resolve it. | ||
- If this is for a new feature, describe what was added and any changes to existing code that may have been needed. | ||
- Include extra detail for code changes that are tricky or may be difficult to read. | ||
- If you have modified any configuration files, explain the context. | ||
- List any dependencies that are required for this change. | ||
---> | ||
|
||
## π₯οΈ Screen Recording/Screenshots/Feature GIFs | ||
<!--- | ||
-Upload a screen recording or screenshots of changes being made | ||
if this updates the UI in any way | ||
-Screen recordings are preferred over GIFs | ||
---> | ||
|
||
## β Checklist | ||
<!--- Do not delete these checkboxes --> | ||
- [ ] Performed a self-review of the code | ||
- [ ] My code follows the style guidelines and [best practices](https://hearsaysocial.atlassian.net/wiki/spaces/FE/pages/2634973199/RECOMMENDATIONS) of this project | ||
- [ ] Manually verified the change in the developer environment | ||
|
||
## β Tests | ||
- [ ] Added unit tests that prove the fix is effective or that the feature works | ||
- [ ] Added all necessary self-made screenshot tests | ||
- [ ] Follow-up tests required | ||
<!--- | ||
Include details of follow-up task if more testing is required e.g.: | ||
-Could not write unit tests because of dependency issue... see follow-up task #123 | ||
-Un-attested states not currently covered | ||
--> | ||
|
||
- [ ] Special QA instructions required | ||
<!--- | ||
Include instructions here if Special QA instructions are required beyond the follow-up tests, | ||
or if this feature may cause unexpected changes in app behavior. | ||
-If it fixes an open issue, please link to the issue here | ||
---> | ||
|
||
## β Dependency and Documentation Updates | ||
- [ ] I have made corresponding changes to any relevant documentation | ||
- [ ] Any dependent changes have been merged and published in downstream modules | ||
- [ ] I do not introduced deprecated packages and deprecation warnings | ||
|
||
## π Party Time GIF | ||
<!--- | ||
-Optional opportunity for a fun and relevant GIF! | ||
-If using an online gif, use the following format for ease: | ||
![](https://media3.giphy.com/media/l0MYxFjm1t4OejfOw/giphy.gif) | ||
---> |