forked from Redback-Operations/redback-frontend-web-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
bee4079
commit ff30315
Showing
4 changed files
with
43 additions
and
7 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
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
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
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,24 @@ | ||
## Summary | ||
|
||
What is the nature of this pull request? | ||
|
||
- [ ] New feature | ||
- [ ] Enhancement to an existing feature | ||
- [ ] Bug fix | ||
- [ ] Configuration update | ||
- [ ] Dependency update | ||
|
||
### Description of change | ||
Please replace this text with a description of your change. | ||
|
||
### Planner card link | ||
[Replace this with your task link](#url) | ||
|
||
## Readiness | ||
|
||
- [ ] The application runs successfully with my change. | ||
- [ ] I have included [code comments](https://stackoverflow.blog/2021/12/23/best-practices-for-writing-code-comments/) where appropriate. | ||
- [ ] Where I have copied and pasted code from other sources, I have included a comment with a link to the original source. | ||
- [ ] I have read and followed the [principles and guidelines about submitting code](https://redback-operations.github.io/redback-documentation/docs/web-mobile-app-dev/frontend/submitting-work). | ||
- [ ] I have added [unit tests](https://redback-operations.github.io/redback-documentation/docs/web-mobile-app-dev/frontend/tests) for new components and/or functionality. | ||
- [ ] All existing and new unit tests pass (including updating tests for any necessary breaking changes). |