-
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
Showing
1 changed file
with
50 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,50 @@ | ||
--- | ||
layout: page | ||
title: Pull Request Template Info | ||
--- | ||
|
||
[How to create a PR Template for a GitHub Repo](https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository) | ||
|
||
Example PR Template | ||
|
||
```plaintext | ||
- [ ] Wrote tests? - [ ] Implemented the code? - [ ] Reviewed my code? | ||
Necessary check marks: | ||
- [ ] All Tests are Passing | ||
- [ ] The code will run locally | ||
Type of change | ||
- [ ] New feature | ||
- [ ] Bug Fix | ||
Implements/Fixes: | ||
description closes # | ||
Check the correct boxes | ||
- [ ] This broke nothing | ||
- [ ] This broke some stuff | ||
- [ ] This broke everything | ||
Testing Changes | ||
- [ ] No Tests have been changed | ||
- [ ] Some Tests have been changed | ||
- [ ] All of the Tests have been changed(Please describe what in the world happened) | ||
Checklist: | ||
- [ ] My code has no unused/commented out code | ||
- [ ] I have reviewed my code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have fully tested my code | ||
(For Fun!) Please include a link to a gif [or add an emoji] of your feelings about this branch. | ||
Link: | ||
``` |