mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Adjust PR template to include functionality & file list change checkb… (#10288)
* Adjust PR template to include functionality & file list change checkboxes Signed-off-by: Satadru Pramanik <satadru@gmail.com> * expand filelist change comment Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0ec2206346
commit
7926967339
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -18,14 +18,23 @@ Please link issues and other pull requests connected to this one.
|
|||||||
## Additional information
|
## Additional information
|
||||||
<!-- Mention things we might need to know. Like: -->
|
<!-- Mention things we might need to know. Like: -->
|
||||||
|
|
||||||
Works properly:
|
##
|
||||||
- [x] `x86_64`
|
Builds:
|
||||||
|
- [ ] `x86_64`
|
||||||
|
- [ ] `i686`
|
||||||
|
- [ ] `armv7l`
|
||||||
|
##
|
||||||
|
Tested & Working properly:
|
||||||
|
- [ ] `x86_64`
|
||||||
- [ ] `i686`
|
- [ ] `i686`
|
||||||
- [ ] `armv7l` <!-- (reasons why it doesn't) -->
|
- [ ] `armv7l` <!-- (reasons why it doesn't) -->
|
||||||
|
##
|
||||||
|
- [ ] This PR has no manifest .filelist changes. _(Package changes have neither added nor removed files.)_
|
||||||
|
##
|
||||||
### Run the following to get this pull request's changes locally for testing.
|
### Run the following to get this pull request's changes locally for testing.
|
||||||
```bash
|
```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
|
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 \
|
||||||
|
&& yes | crew upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user