|
1 |
| -#### PULL REQUEST SUMMARY |
| 1 | +### PULL REQUEST SUMMARY |
2 | 2 |
|
3 | 3 | `Briefly explain the purpose of this pull request.`
|
4 | 4 |
|
5 |
| -#### CHANGES MADE |
| 5 | +<hr> |
6 | 6 |
|
7 |
| -- List key changes made in this PR. |
| 7 | +#### FILES THAT ARE WORKED ON |
8 | 8 |
|
9 |
| -#### RELATED ISSUES |
| 9 | +| FILES TOUCHED | UPDATED ANY EXSISTING CODE | WRITTEN SOMETHING NEW | |
| 10 | +| --------------------- | -------------------------- | --------------------- | |
| 11 | +| `file-name-goes-here` | `yes/no` | `yes/no` | |
10 | 12 |
|
11 |
| -- Reference any related issue (e.g., fixes #123). |
| 13 | +<hr> |
12 | 14 |
|
13 |
| -#### PROVIDE SCREENSHOTS OR VIDEO |
| 15 | +#### ANY ISSUES WORKED ON |
14 | 16 |
|
15 |
| -Include relevant screenshots if applicable. |
| 17 | +| ISSUE | ISSUE LINK | |
| 18 | +| ----- | ----------------------- | |
| 19 | +| `#99` | `url-from-kanban-board` | |
| 20 | + |
| 21 | +<hr> |
| 22 | + |
| 23 | +#### PROVIDE EVIDANCE OF WORK |
| 24 | + |
| 25 | +Include relevant screenshots / video if applicable. |
| 26 | + |
| 27 | +<hr> |
16 | 28 |
|
17 | 29 | #### ADDITIONAL NOTE FOR RUNNING LOCALLY
|
18 | 30 |
|
19 |
| -`Any additional context or considerations?` |
| 31 | +| MESSAGE | PACKAGES INSTALLED | COMMAND TO INSTALL | |
| 32 | +| ------------------------ | ------------------ | ----------------------------- | |
| 33 | +| `your-message-goes-here` | `yes/no` | `npm install or bun install` | |
| 34 | + |
| 35 | +<hr> |
| 36 | + |
| 37 | +#### GIT FOLLOW UPS |
| 38 | + |
| 39 | +| COMMAND | EFFECT | |
| 40 | +| ----------------------- | ------------------------------------------------------------------------------ | |
| 41 | +| `git pull main` | `Checkout to the main branch, this will up-to-date your local with remote` | |
| 42 | +| `git merge origin/main` | `Merges all the up-to-date changes of your local main to local feature branch` | |
0 commit comments