Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theBGuy committed Feb 20, 2024
1 parent 78fdf34 commit 5653235
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
### Description:
Provide a brief description of the changes introduced by this pull request.

### 🛠 Related Issues:
Reference any related issues using the syntax: "Fixes #123", "Addresses #456"

### 🧠 Rationale behind the change

Why did you choose to make these changes? Were there any trade-offs you had to consider?

### Commits & Changes:
Provide a brief but full breakdown of the changes for each file changed.
Example:
```
- <path/filename>
- Fixed <some bug>
- Added <some new feature>
- Changed <some method> -> <new method>
```
### 🧪 Testing Instructions:

If applicable, provide instructions on how to test the changes.

### 📸 Screenshots (optional)

If you made UI changes, what are the before an afters?
<!--
| Before | After |
|--------|-------|
| ![Before Image Alt Text](url-to-before-image) | ![After Image Alt Text](url-to-after-image) |
-->

### 🏎 Quality check

- [ ] Are there any erroneous console logs, debuggers or leftover code in your changes?

- [ ] Walk away, take a break, re-read what you filled out above does it make sense if you were coming in cold? What extra context could you provide?

0 comments on commit 5653235

Please sign in to comment.