Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikh authored Jun 4, 2021
1 parent 3ffa541 commit eeb295d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ assignees: ""
### New Feature Submissions:

- [ ] Does your submission pass all `tests`?
- [ ] Does your submission not lower the `coverage-rate`?
- [ ] Have you lint your code locally prior to submission; including `black` style?
- [ ] Have you describe your new feature in the `docs`?
- [ ] Have you described your new feature in the `docs`?


### Changes to Core Features:
Expand All @@ -32,4 +31,11 @@ assignees: ""
- [ ] Have you successfully ran `tests` with your changes locally?
- [ ] Have you keep the `coverage-rate` constant?
- [ ] Have you keep the `coverage-rate` up?
- [ ] Are the `docs` up to date?

### Checklist:
- [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab)
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have checked my code and corrected any misspellings

0 comments on commit eeb295d

Please sign in to comment.