diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6c49a6198..6349eee95 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,14 +18,23 @@ Please link issues and other pull requests connected to this one. ## Additional information -Works properly: -- [x] `x86_64` +## +Builds: +- [ ] `x86_64` +- [ ] `i686` +- [ ] `armv7l` +## +Tested & Working properly: +- [ ] `x86_64` - [ ] `i686` - [ ] `armv7l` - +## +- [ ] 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. ```bash -CREW_REPO=https://github.com//chromebrew.git CREW_BRANCH= crew update +CREW_REPO=https://github.com//chromebrew.git CREW_BRANCH= crew update \ +&& yes | crew upgrade ```