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:
Satadru Pramanik, DO, MPH, MEng
2024-08-09 16:55:56 -04:00
committed by GitHub
parent 0ec2206346
commit 7926967339

View File

@@ -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
``` ```
<!-- <!--