Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
:loudspeaker: **Instructions**

- Begin with a **DRAFT** pull request.
- Follow _italicized instructions_ to add detail to assist the reviewers.
- After completing all checklist items, change the pull request to **READY**.

---

## :wrench: Change Summary

_List the changes included in this pull request._

- Issue: [ISSUE-123](https://example.com/ISSUE-123)
- ...

## :memo: Checklist

_Pull request authors must complete the following tasks before marking the PR as ready to review._

- [ ] Complete a self-review of changes
- [ ] Unit tests have been created or updated
- [ ] The code is free of [new] lint errors and warnings
- [ ] Update storybook stories as needed
- [ ] Update project documentation as needed, README, JSDoc, etc.

## :test_tube: Steps to Test

_Describe the process to test the changes in this pull request._

1. ...

## :link: Additional Information

_Optionally, provide additional details, screenshots, or URLs that may assist the reviewer._

- ...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The production technology stack includes:
- Yup - schema based validation
- Lodash - utility functions
- DayJS - date and time utility functions
- TanStack React Table - advanced tables and datagrids
- TanStack Table - advanced tables and datagrids
- Recharts - composable charting library for React

The development technology stack includes:
Expand Down
Loading