Add testing instructions to PR template (#6324)

* Add testing instructions to PR template

* add verbosity
This commit is contained in:
Satadru Pramanik
2021-10-22 22:40:51 -04:00
committed by GitHub
parent f15449e8b5
commit f2955e961a

View File

@@ -17,6 +17,10 @@ Works properly:
- [x] x86_64
- [ ] aarch64 (reasons why it doesn't)
## Run the following to get this pull request's changes locally for testing.
```
CREW_TESTING_REPO=https://github.com/<Please_enter_the_name_of_your_repo>/chromebrew.git CREW_TESTING_BRANCH=<Please_enter_the_branch_name_for_this_PR> CREW_TESTING=1 crew update
```
---
## That's it