-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addresses #59 Feel free to line edit right on this PR
- Loading branch information
1 parent
96613d7
commit 1edb32f
Showing
1 changed file
with
27 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,27 @@ | ||
# Learners, PR Template | ||
|
||
## Self checklist | ||
|
||
- [ ] I have titled my PR with `For Mentor Review | {Project Name} | {My Name}` | ||
- [ ] I have included a list of changes | ||
- [ ] I have tested my changes | ||
- [ ] I have explained my changes | ||
- [ ] I have asked someone to review my changes | ||
|
||
## Description | ||
|
||
### Change list | ||
|
||
- List changes | ||
- This might relate to specific commits in your PR but just pull out the key lines | ||
|
||
## Rationale, briefly | ||
|
||
- What is the goal of these changes? | ||
- How did these changes address this goal or goals? | ||
- Why are they a good idea? | ||
|
||
## @mentions, #links | ||
|
||
- Who needs to know about this? @mention them | ||
- Is this related to another issue, PR, or repo? #link them |