|
@@ -30,16 +30,29 @@ for details.
|
|
|
Filing the Pull Request
|
|
|
-----------------------
|
|
|
|
|
|
-If you don't yet know how to file a pull request, read [GitHub's
|
|
|
-document about it](https://help.github.com/articles/using-pull-requests).
|
|
|
-
|
|
|
-Make your pull request be the addition of a single file to the
|
|
|
-[contributors](contributors) directory of this project. Name the file
|
|
|
-with the same name as your GitHub userid, with `.md` appended to the
|
|
|
-end. For example, for the user `pbxmaster`, the full path to the file
|
|
|
-would be `contributors/pbxmaster.md`.
|
|
|
-
|
|
|
-Put the following in the file:
|
|
|
+For more information read [GitHub's document about it](https://help.github.com/articles/using-pull-requests).
|
|
|
+
|
|
|
+If you don't yet know how to file a pull request, here is the simplest way
|
|
|
+
|
|
|
+1. In your browser, go to [FusionPBX Open Source Repo](https://github.com/fusionpbx/open-source)
|
|
|
+2. In the top right hand corner click the "Fork" button.
|
|
|
+3. If you have multiple accounts or are on a team it will ask you which account to fork to choose the one with your github username. If you only have one account it will just fork it for you and take you there. You will be redirected to your private copy of the opensource repository.
|
|
|
+4. In the file browser up top click contributors
|
|
|
+5. Look on top of the file browser at the breadcrumb it should say branch master open-source/contributors/+
|
|
|
+6. Click the + sign
|
|
|
+7. Name the file in the top dialogue box yourgithubusername.md DONT HIT ENTER for example my github is richbreton my file is called richbreton.md
|
|
|
+8. Click into Edit new file
|
|
|
+9. Put the text below in the file DO NOT HIT ENTER
|
|
|
+10. In the Commit New File text field Enter githubusername signed cla DO NOT HIT ENTER
|
|
|
+11. Leave description Blank
|
|
|
+12. Select the dialogue box named: "Create a new branch for this commit and start a pull request"
|
|
|
+13. When the new textfield pops up replace the word patch with signed-cla so it reads yourgithubusername-signed-cla-1
|
|
|
+14. Click The Green Propose New File Button
|
|
|
+15. Click The Green Create Pull Request Button
|
|
|
+
|
|
|
+Dont forget to send your email as detailed further below to [email protected]!
|
|
|
+
|
|
|
+That's It!
|
|
|
|
|
|
```
|
|
|
[date]
|
|
@@ -61,10 +74,9 @@ Replace the bracketed text as follows:
|
|
|
* `[your name]` with your name.
|
|
|
* `[your github userid]` with your GitHub userid.
|
|
|
|
|
|
-That's it!
|
|
|
-
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
|
|
+
|
|
|
Sending the Email
|
|
|
-----------------
|
|
|
|