From 929c38715d87bf9dd689507d319c22b90871ae1c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 24 Apr 2021 12:53:29 -0700 Subject: [PATCH] formatting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00698b1f..1fba610f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu 2. Fork the repo and create your branch from `dev`, if available, otherwise `master`. 3. If you've added code that should be tested, add tests. All new parsers should have several sample outputs and tests. 4. Documentation is auto-generated from docstrings, so ensure they are clear and accurate. -5. Ensure the test suite passes. (Note: "America/Los_Angeles" timezone should be configured on the test system) +5. Ensure the test suite passes. (Note: "**America/Los_Angeles**" timezone should be configured on the test system) 6. Make sure your code lints. 7. Issue that pull request!