Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
RitheeshBaradwaj committed Sep 16, 2023
1 parent 3d31d86 commit 3289983
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Description

Please provide a clear and concise description of what changes were made and why.

## Checklist

- [ ] Code has been tested and is working as expected
- [ ] Documentation has been updated, if necessary
- [ ] All relevant tests have been added and passed
- [ ] Code follows the project's coding style and standards
- [ ] Changes do not introduce any new bugs

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

<!-- Uncomment the following lines and add meanigful information
## How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
## Additional context
Add any other relevant information or screenshots.
## Mentions
- @mention any relevant people who should be aware of this pull request. -->
3 changes: 3 additions & 0 deletions tools/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

# TODO: Update this script for other OS & able to reproducible

brew install bazelisk

# for linting
Expand All @@ -9,6 +11,7 @@ brew install pre-commit
curl -sS https://webi.sh/shfmt | sh
source "$HOME/.config/envman/PATH.env"
brew install shellcheck
brew install actionlint

pre-commit install
pre-commit run -a

0 comments on commit 3289983

Please sign in to comment.