From b784add5f01508f67a162c4d318f26bd5d0d0839 Mon Sep 17 00:00:00 2001 From: Franc FC Date: Fri, 2 Nov 2018 12:13:49 -0400 Subject: [PATCH] Add README links to code of conduct and contributing --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79e5b04..96bd13b 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,17 @@ And run development server: ```sh yarn dev # npm run dev ``` -License -------- -MIT +## Contribute + +### [Code of Conduct](CODE_OF_CONDUCT.md) + +Please read our adopted [code of conduct](CODE_OF_CONDUCT.md) before contributing, so that you can understand what actions will and will not be tolerated. + +### [Contributing Guide](CONTRIBUTING.md) + +Read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements. + +## License + +TimeMap is distributed under the MIT License.