updated contributing to further match how to merge

This commit is contained in:
Joshua
2020-07-02 13:33:18 +10:00
committed by jcrew99
parent 0c07a5f853
commit 381cbec8a9

View File

@@ -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: 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 2. Write and commit your new code to that branch
3. Run the existing tests to make sure they pass 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. See https://github.com/beefproject/beef/wiki/BeEF-Testing for steps to write tests.
TL;DR: TL;DR: