Skip to content

Commit

Permalink
Merge pull request #3 from richbreton/master
Browse files Browse the repository at this point in the history
adding the bones for contributing and getting started
  • Loading branch information
Rich Breton committed Jul 11, 2015
2 parents 49bad50 + d207030 commit 0c261f5
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 4 deletions.
41 changes: 37 additions & 4 deletions source/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,45 @@
**********
Developers
Contributing
**********

Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose responderi solet, sed quae perspicua sunt longa esse
There are many ways to help the FusionPBX project.

What We Need:
----------------

1. Developers
2. Technical Writers
3. Translators
4. Quality Assurance Testers

.. note::

If you are planning to contribute to any of our github repos we require that you sign the FusionPBX Contributor License Agreement.
This mainly protects FusionPBX and our users **read: you** from code that could be inserted that might pose a legal problem.
It does this by verifying that the code you are contributing is yours to give and the you give it freely and irrevocably to the project.

How to Get Started
---------------------

1. If you have a good handle on PHP, Lua or SQL Development Might be the thing for you head over to the Development Manual
2. Are you a FusionPBX power user and do you possible love to write? Check out the Documentation Guide or the Testing Guide
3. Would you like to see FreePBX in your native language and have the time to commit to staying on top of translations for releases?
Check out the translation section to learn how to use our translation server.

.. note::

Contributing Code or Documentation requires knowledge of Git, Github and how to create pull requests on Github.
This is not as bad as it sounds and if you are willing to learn we will help you through it.



.. toctree::
:maxdepth: 3
:glob:

developers/coding-standards
developers/directory-structure
contributing/contributing-code
contributing/contributing-documentation
contributing/contributing-translations
contributing/qa-testing
#contributing/coding-standards
#contributing/directory-structure
Empty file.
Empty file.
Empty file.
Empty file.
21 changes: 21 additions & 0 deletions source/getting-started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
***************
Getting Started
***************

So.. You want to install FusionPBX, well your in good hands.
Just follow the menu to the left and you will have a working PBX in no time.

.. note::

There are many ways to install FusionPBX depending on how you want to architect your solution.
What is presented here represents the quickest, easiest, best supported way to a FusionPBX system.
For advanced topics please attend a class or join us on IRC


.. toctree::
:maxdepth: 3
:glob:

getting-started/pre-installation
getting-started/installation-recommended
getting-started/post-installation
Empty file.
Empty file.
Empty file.

0 comments on commit 0c261f5

Please sign in to comment.