From 651e88e056f38f42b08b714d5c58e59c4ca1c1eb Mon Sep 17 00:00:00 2001 From: vjbytes102 Date: Wed, 25 Nov 2020 13:52:58 -0500 Subject: [PATCH] adding links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28e6ba48..88b6051a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ Please visit [openDBM](https://aicure.com/opendbm/) page if you have not seen it ## What you should know -- Read code of conduct. -- Read License. +- Read [code of conduct](https://github.com/AiCure/open_dbm/blob/master/CODE_OF_CONDUCT.md). +- Read [License](https://github.com/AiCure/open_dbm/blob/master/license.txt). - Agree to contribute code under openDBM(GPL v3.0). - Before adding new feature/algorithmn make sure it's not patented. - Before fixing any bug make sure it's still exists and reproducable in master branch.