Files
chromebrew/.github/PULL_REQUEST_TEMPLATE.md
Maximilian Downey Twiss 659ae6eed6 Add pre-commit hooks (#9510)
2024-06-15 07:53:06 -04:00

36 lines
1.0 KiB
Markdown

Fixes #
<!-- (let GitHub automatically close an issue when this pull request gets merged) -->
<!--
## Before you submit a pull request
This template is not necessary when you do simple things like updating packages to the latest version. But in doubt, it's always better so provide some information.
-->
## Description
<!--
Provide a description, what your changes do and why they are important
Please link issues and other pull requests connected to this one.
-->
## Additional information
<!-- Mention things we might need to know. Like: -->
Works properly:
- [x] `x86_64`
- [ ] `i686`
- [ ] `armv7l` <!-- (reasons why it doesn't) -->
### Run the following to get this pull request's changes locally for testing.
```bash
CREW_REPO=https://github.com/<Please_enter_the_name_of_your_repo>/chromebrew.git CREW_BRANCH=<Please_enter_the_branch_name_for_this_PR> crew update
```
<!--
## That's it
Thank you for submitting your pull request.
When done, please delete the parts of this template which you don't need or these, which are only for guidance.
-->