From 381cbec8a9e8761232114f1d21f405a7710025e3 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 2 Jul 2020 13:33:18 +1000 Subject: [PATCH] updated contributing to further match how to merge --- .github/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d6b044819..0c257342f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,12 +4,14 @@ Anyone is welcome to make BeEF better! Below are the steps needed to add code to BeEF on Github to the master branch: -1. Clone the repository and create a new branch +1. Fork the repository and create a new branch 2. Write and commit your new code to that branch 3. Run the existing tests to make sure they pass +4. Make a pull request from the forked branch to BeEF master + See https://github.com/beefproject/beef/wiki/BeEF-Testing for steps to write tests. TL;DR: