Skip to content

Commit

Permalink
update pr-template
Browse files Browse the repository at this point in the history
  • Loading branch information
garvitgupta13 committed May 21, 2022
1 parent 6a98280 commit c68cf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ _Put an `x` in the boxes that apply_
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update (Documentation content changed)
- [ ] Other (please describe):

## Checklist
Expand All @@ -22,6 +21,7 @@ _Put an `x` in the boxes that apply_

- [ ] My code follows the [style guidelines of this project](https://docs.google.com/document/d/1GI2Hile8UbGZ82gFe1y4wAVPcNPXip1cmXTzog1S41U/edit)
- [ ] I have performed a self-review of my own code
- [ ] I have created new branch for this pull request
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
Expand Down

0 comments on commit c68cf7f

Please sign in to comment.