From 84714b109b9719648ee47fa67bb468c07fca7ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Tue, 20 Apr 2021 05:30:55 +0800 Subject: chore: ensure bash is used to generate code (#6577) In some platforms, like Ubuntu, `sh` is linked to `dash` but not `bash`. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4cbb292f..949e76ff 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Make sure you include the names of the affected language(s) in your PR title. This helps us get the correct maintainers to look at your issue. If you make changes to any of the code generators, be sure to run -`cd tests && sh generate_code.sh` (or equivalent .bat) and include the generated +`cd tests && bash generate_code.sh` (or equivalent .bat) and include the generated code changes in the PR. This allows us to better see the effect of the PR. If your PR includes C++ code, please adhere to the Google C++ Style Guide, -- cgit v1.2.3