1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-13 07:15:55 +00:00

Fix pr template

This commit is contained in:
Yusuf Yilmaz
2023-01-12 12:01:15 +01:00
parent 275028b082
commit 651236400e

View File

@@ -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