Skip to content

Commit

Permalink
chore: add PR Template
Browse files Browse the repository at this point in the history
  • Loading branch information
rutajdash committed Dec 1, 2021
1 parent 37108ec commit dd50565
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### Solved or Linked Issues

Reference any and all issues solved and related to this pull request here. Mention if there are none.

### Description and Changes

Please describe your pull request with all changes made.

### Your checklist for this pull request

🚨Please review the [guidelines for contributing](../README.md) to this repository.

- [ ] Make sure you are requesting to **pull a work/topic/feature/bugfix branch** (right side). Don't request your default branch!
- [ ] Make sure you are making a pull request against the **development** (left side). Also you should start _your branch_ off _default branch_ and follow the branch naming guidelines.
- [ ] Check the commit's or even all commits' message styles matches our requested structure.
- [ ] Check your code additions will fail neither code linting checks nor unit test.
- [ ] I have added necessary documentation and mentioned the related issues (if appropriate)
- [ ] I have added the appropriate labels, requested a review from a repository manager and assigned myself to this pull request.

### Post merge checklist

- [ ] Follow steps from the [guidelines for contributing](../blob/development/CONTRIBUTING.md) to this repository.

0 comments on commit dd50565

Please sign in to comment.