Skip to content

Commit

Permalink
feat(template): pull request template (#624)
Browse files Browse the repository at this point in the history
## Introduction ✏️ 
Pre-populate PR body.

## Resolution ✔️ 
* Added `PULL_REQUEST_TEMPLATE.md`.

## Miscellaneous ➕ 
* Dependencies update
* TS configuration file fix with node version updated to `21.0.0`.
  • Loading branch information
avaitonis committed Nov 30, 2023
2 parents b8642b5 + d77d8f3 commit 847bdeb
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 837 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Introduction :pencil2:
Include a summary of the changes and related feature(s) or issue(s).

## Resolution :heavy_check_mark:
List all changes made to the codebase.

## Miscellaneous :heavy_plus_sign:
List any additional fixes or improvements.

0 comments on commit 847bdeb

Please sign in to comment.