From 81cd4e75334b60a5447269807927705339c11642 Mon Sep 17 00:00:00 2001 From: Jess Williams <42327230+JessWill@users.noreply.github.com> Date: Tue, 12 May 2020 20:07:53 +1000 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ff482dcd9..d6b044819 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ Below are the steps needed to add code to BeEF on Github to the master branch: 3. Run the existing tests to make sure they pass -See https://github.com/beefproject/beef/wiki/BeEF-Testing for steps to do so +See https://github.com/beefproject/beef/wiki/BeEF-Testing for steps to write tests. TL;DR: ``` @@ -30,3 +30,5 @@ bundle exec rake spec - what you have added - where to find help about it (link to wiki page) +If you're brand new to contributing to open-source projects, check out Githubs guide: +https://github.com/firstcontributions/first-contributions/blob/master/README.md