From 4cbc60064fcdf98c64115593d0e66861c5fd3feb Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Fri, 5 Jul 2019 17:14:08 +0300 Subject: [PATCH] Add the code of conduct to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1579f5752..62a793f09 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,6 @@ Kotlin web frameworks such as Wasabi and Kara, which are currently deprecated. If you find a security vulnerability in Ktor, we kindly request that instead of using our public issue tracker, you instead reach out to the JetBrains security team via our [responsible disclosure process](https://www.jetbrains.com/legal/terms/responsible-disclosure.html). +## Contributing +Please see [the contribution guide](CONTRIBUTING.md) before contirbuting and [Code of conduct](CODE_OF_CONDUCT.md).