From 0ae4530e80c6f8aa69604637103975ab628c0694 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Sat, 18 Mar 2017 16:20:34 -0700 Subject: [PATCH] Update format, add PR template (#390) --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ README.md | 14 +++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a927d68 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + +## Add + diff --git a/README.md b/README.md index 533e30d..50cb653 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,19 @@ Please open a PR to be added. ### Format ``` -- [Company or team name within company](https://jobspage) | location | what you do instead +- [Company or team name within company](https://jobspage) | locations | what you do instead +``` + +Locations should be separated by a `/`, `;` or `&`. Locations should be formatted like so: + +``` +San Francisco, CA; Tokyo, Japan; Moscow, Russia +``` + +Good example: + +``` +-[MyCompany](https://example.com/jobs) | San Francisco, CA; Tokyo, Japan; Moscow, Russia | Take home project that resembles a problem MyCompany solves for, then discussion about the code in-person ``` ### Duds