From 7926967339771cd55dcf0d241f7d16c26f24772a Mon Sep 17 00:00:00 2001 From: "Satadru Pramanik, DO, MPH, MEng" Date: Fri, 9 Aug 2024 16:55:56 -0400 Subject: [PATCH] =?UTF-8?q?Adjust=20PR=20template=20to=20include=20functio?= =?UTF-8?q?nality=20&=20file=20list=20change=20checkb=E2=80=A6=20(#10288)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adjust PR template to include functionality & file list change checkboxes Signed-off-by: Satadru Pramanik * expand filelist change comment Signed-off-by: Satadru Pramanik --------- Signed-off-by: Satadru Pramanik --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 ```