Skip to content

Commit

Permalink
add mod 2 pf template for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulredd committed Jan 6, 2025
1 parent 52ae0a8 commit eaa48fa
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions module2/projects/pr_template.md
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:
```

0 comments on commit eaa48fa

Please sign in to comment.