Skip to content

Commit

Permalink
Remove old PR template and update new template
Browse files Browse the repository at this point in the history
  • Loading branch information
benchislett committed Jun 4, 2021
1 parent b3ce438 commit 06ce4ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 48 deletions.
41 changes: 0 additions & 41 deletions .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md

This file was deleted.

16 changes: 9 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ assignees: ""
### Checklist:

- [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md)
- [ ] I have added the description of proposed changes and its scope
- [ ] I have checked to ensure there aren't any other open [Pull Requests](https://github.com/activeloopai/Hub/pulls) for the same change
- [ ] I have linked the PR to an [issue](https://github.com/activeloopai/Hub/issues)
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have described and made corresponding changes to the relevant `docs` folder
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have checked my code and corrected any misspellings
- [ ] I have kept the `coverage-rate` up
- [ ] I have performed a self-review of my own code and resolved any problems
- [ ] I have checked to ensure there aren't any other open [Pull Requests](https://github.com/activeloopai/Hub/pulls) for the same change
- [ ] I have described and made corresponding changes to the relevant documentation
- [ ] New and existing unit tests pass locally with my changes


### Changes

<!-- Describe your changes! Describe the scope of this PR's responsibilities. -->

0 comments on commit 06ce4ab

Please sign in to comment.