Skip to content

Commit 0554ae1

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md (#7)
Adding PR Template
1 parent 51fbdaa commit 0554ae1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Provide a summary in the Title above. Example: "Feature: add user authentication" -->
2+
3+
## Why?
4+
<!-- Why is this change necessary? What is the motivation or justification? -->
5+
6+
## What?
7+
<!-- What specifically is changing? Provide context for the reviewer. -->
8+
9+
## Test Plan
10+
<!-- How did you test this? Provide evidence (screenshots, logs, or steps to reproduce). -->
11+
12+
## Issue
13+
<!--
14+
Link the issue here.
15+
- Use 'Closes #123' if this is the final fix.
16+
- Use 'Part of #123' or just '#123' if the feature is still in progress.
17+
-->

0 commit comments

Comments
 (0)