From f8deec8273da86e487576dbb45b71e6bbe77941a Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Sat, 18 Mar 2017 20:10:58 -0700 Subject: [PATCH] Add CoC and contributor guidelines (#400) --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++--- CODE_OF_CONDUCT.md | 74 ++++++++++++++++++++++++++++++++ CONTRIBUTING.md | 24 +++++++++++ package.json | 2 +- 4 files changed, 109 insertions(+), 6 deletions(-) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f869f6e..34b223b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,14 +3,19 @@ Thank you for contributing! Pull requests that do not adhere to the format will be rejected. Please ensure you complete the following checkboxes. + +Please also: + +- Add one company at a time. +- Insert in alphabetical order +- Do not sort other listings --> -## Add +## Add/Update/Remove -- [ ] Follow the [format](https://github.com/poteto/hiring-without-whiteboards#format) prescribed in the readme -- [ ] Add one company at a time -- [ ] Insert in alphabetical order -- [ ] Do not sort other listings +- [ ] I have read the [contribution guidelines](../CONTRIBUTING.md) +- [ ] I agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) +- [ ] I have followed the [format](https://github.com/poteto/hiring-without-whiteboards#format) prescribed in the readme - [ ] (OPTIONAL) In your pull request message, add additional context on the interview process if necessary