From b761eed078467742a2275a6b3b22bb64872ee662 Mon Sep 17 00:00:00 2001 From: Micah Alcorn Date: Mon, 20 Aug 2018 14:31:23 -0700 Subject: [PATCH] Add environment variable reminder --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ffe9d3e1ca70..6194d8e7aa5f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,9 +2,10 @@ First pull request? Read our [guide to contributing](http://docs.originprotocol. ### Checklist: -- [ ] Test your work and double check you didn't break anything -- [ ] Update any relevant READMEs and [docs](https://github.com/OriginProtocol/docs) +- [ ] Test your work and double-check to confirm that you didn't break anything - [ ] Wrap any new text/strings for translation +- [ ] Map any new environment variables with a default value in the Webpack config +- [ ] Update any relevant READMEs and [docs](https://github.com/OriginProtocol/docs) ### Description: