From 09c867663754569926df12dbba9dfba864a9ba00 Mon Sep 17 00:00:00 2001 From: Jay C Date: Sat, 5 Oct 2019 22:11:00 -0400 Subject: [PATCH] Added FAQ for contributions. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8070cad..3bae20c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # brainicism.github.io Hey what's up gamers! + +# Contributing +The best way to submit a patch is to send us a pull request. Before submitting the pull request, make sure all existing tests are passing, and add the new test if it is required. + +If you want to add new functionality, please file a new proposal issue first to make sure that it is not in progress already. If you have any questions, feel free to create a question issue.