Skip to content

Commit

Permalink
Adding PR template, documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 22, 2023
1 parent e204fd1 commit c817cf9
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!--
Before submitting a Merge Request, please ensure you've done the following:
- πŸ‘·β€β™€οΈ Create small MRs. In most cases, this will be possible.
- πŸ“ Use descriptive commit messages.
-->

## What type of MR is this? (check all applicable)

- [ ] πŸ• Feature
- [x] πŸ› Bug Fix
- [ ] πŸ“ Doc Update
- [ ] 🎨 Style
- [ ] πŸ§‘β€πŸ’» Code Refactor
- [ ] πŸ”₯ Performance Improvements
- [ ] βœ… Test
- [ ] πŸ€– Build
- [ ] πŸ” CI
- [ ] ⏩ Revert

## Description

<!--
Please do not leave this blank
This MR [adds/removes/fixes/replaces] the [feature/bug/etc].
-->

## Important files to start review from

## Mobile & Desktop Screenshots/Recordings

## Added tests?

- [ ] πŸ‘ yes
- [x] πŸ™… no, because they aren't needed
- [ ] πŸ™‹ no, because I need help

## Added to documentation?

- [ ] πŸ““ WIKI
- [x] πŸ“œ README.md
- [ ] πŸ™… no documentation needed

## [optional] Are there any post-deployment tasks we need to perform?

## [optional] What gif best describes this MR or how it makes you feel?

![alt text](URL of the GIF file)

0 comments on commit c817cf9

Please sign in to comment.