forked from MbinOrg/mbin
-
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.
chore: Create PR template (MbinOrg#1059)
Co-authored-by: Melroy van den Berg <[email protected]>
- Loading branch information
Showing
1 changed file
with
56 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,56 @@ | ||
<!-- This is a comment. You can remove it and other comments while filling out the template --> | ||
|
||
# Summary | ||
|
||
<!-- | ||
Please provide a **short** summary in a few sentences of what the PR does. | ||
Try to keep it to as few full sentences as possible. | ||
--> | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Points that don't don't apply can simply be checked off. | ||
Feel free to add **N/A** for clarity. | ||
Example: | ||
- [x] Added tests (for code changes) **N/A** | ||
--> | ||
|
||
- [ ] Marked as draft PR while still working on PR | ||
- [ ] Marked as "ready for review" once not in progress | ||
- [ ] Added tests (for code changes) | ||
- [ ] Provided screenshots (for visual changes) | ||
|
||
|
||
# Additional information | ||
|
||
<!-- | ||
In this section you can describe more in depth: | ||
- **why** you made it | ||
- **how** it achieves its goals | ||
====================Screenshots===================== | ||
If your PR is visual **provide screenshots**! | ||
It makes it much easier for reviewers to evaluate your work | ||
Copy this table out of the comment: | ||
| Before | After | | ||
| ------------ | ----------- | | ||
| image_before | image_after | | ||
--> | ||
|
||
# Related issues | ||
|
||
<!-- | ||
If your PR resolves and existing issue, please link to it in this section. | ||
Example: | ||
Resolves #1234 | ||
Should it not be related to any issue just with "N/A" or "Not applicable" | ||
--> |