-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cf0ce1
commit 44d132f
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Hey, I just made a Pull Request! | ||
|
||
<!-- Please describe what you added or changed, and add a screenshot if applicable. | ||
This helps us understand the change and review it faster. --> | ||
|
||
### Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
### Related Issue | ||
|
||
<!--- If this PR addresses an issue, please link to it. --> | ||
|
||
### Checklist | ||
|
||
- [ ] Code is formatted with `cargo fmt` | ||
- [ ] Code is linted with `cargo clippy` | ||
- [ ] Tests have been added or updated | ||
- [ ] Documentation has been updated (if applicable) | ||
|
||
### Additional Notes | ||
|
||
<!--- Any additional information that might be useful during the review process --> |