Skip to content

Commit

Permalink
update to PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh committed Jul 23, 2021
1 parent a765919 commit 4111d3c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Happy contributing!
- [ ] Changes to the version if needed
- In `build.gradle`
- [ ] Had installed and ran the pre-commit hook
- [ ] Issue this PR against the latest non released version branch.
- To know which one it is, run find the latest released tag (`git tag`) in the format `vX.Y.Z`, and then find the latest branch (`git branch --all`) whose `X.Y` is greater than the latest released tag.
- If no such branch exists, then create one from the latest released branch.

## Remaining TODOs for this PR
- [ ] Item1
Expand Down
Binary file modified cli/jar/cli.jar
Binary file not shown.
Binary file modified downloader/jar/downloader.jar
Binary file not shown.
Binary file modified jar/core-3.4.1.jar
Binary file not shown.

0 comments on commit 4111d3c

Please sign in to comment.