From d12a9d7cb98522051bcfd9a0e14bd841c20a96c1 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 14 Jan 2021 17:47:48 +0000 Subject: [PATCH] feat(*): Update readme with instructions for contributing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 318843a..2f0d30c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # MupBot -An open source Discord bot for helping coders gain experience working on open source projects + +An open source Discord bot for helping coders gain experience working on open source projects. + +## How to contribute (add your code to this project) + +You should fork this project and submit Pull Requests with your changes, ready to be code reviewed and merged into this project.