Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
docs(contribution): pr template (#74)
Browse files Browse the repository at this point in the history
* docs(contribution): pr template

* Apply suggestions from code review

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: Emma Dawson <[email protected]>

Co-authored-by: Emma Dawson <[email protected]>
  • Loading branch information
kkrishguptaa and EmmaDawsonDev authored Nov 24, 2021
1 parent 8b51f49 commit e722653
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!-- If this pull requests solves an issue, as an example, use `Closes #31`. #31 stands for the issue number -->

## Fixes Issue

<!-- Remove this section if not applicable -->

<!-- Example: Closes #31 -->

## Changes proposed

<!-- List all the proposed changes -->

<!-- To check a box replace `[ ]` to `[x]` -->
<!--
[x] - Correct
[X] - Correct
-->

## Check List (Check all the boxes which are applicable) <!-- Follow the above conventions to check the box -->

- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] All new and existing tests passed.
- [ ] This PR does not contain plagiarized content.
- [ ] The title of my pull request is a short description of the requested changes.

## Screenshots

<!-- Add screenshots which support your changes -->

## Note to reviewers

<!-- Add a note to reviewers if applicable -->

0 comments on commit e722653

Please sign in to comment.