From 651236400ed4757860ab4210f713c8f6461dfe52 Mon Sep 17 00:00:00 2001 From: Yusuf Yilmaz Date: Thu, 12 Jan 2023 12:01:15 +0100 Subject: [PATCH] Fix pr template --- .github/pull_request_template.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e7aba72..098bc50 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,11 +13,10 @@ Describe the changes and motivations for the pull request, unless obvious from t ### Environment variables -Include a snapshot of the ENV vars used in your local env when this PR was created. -``` -PUBLIC_ENV_VAR=public-value -GLOBAL_SECRET_ENV_VAR=xxx # Added in 1Password in Shared-Utilities-Environment group -OWN_PRIVATE_ENV_VAR # Different for everyone +You should add the following to your ~.bash_profile: + +```bash +export ENV_VAR="value" ``` ### Acceptance Criteria