Skip to content

Commit

Permalink
Added a link to the propel-docs project.
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 29, 2011
1 parent 0515a84 commit 21b4bc7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contribute.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ You can easily contribute to the Propel project since all projects are hosted by
You just have to _fork_ the Propel project on the [PropelORM organization](http://www.github.com/propelorm) and
to provide Pull Requests or to submit issues. Note, we are using [Git](http://git-scm.com) as main Source Code Management.

The Propel organization maintains three projects:
The Propel organization maintains four projects:

* [Propel](http://www.github.com/propelorm/Propel) : the main project.
* [PropelBundle](http://www.github.com/propelorm/PropelBundle) : a bundle to integrate Propel with [Symfony2](http://www.symfony.com).
* [sfPropelORMPlugin](http://www.github.com/propelorm/sfPropelORMPlugin) : a plugin to integrate Propel with [symfony 1.x](http://www.symfony-project.org);
* [propel-docs](https://github.com/propelorm/propel-docs) : the Propel documentation (aka this website).

## Submit an issue ##

Expand Down Expand Up @@ -218,3 +219,7 @@ Run the test again using the command line to check that it passes:
{% endhighlight %}

You can also write additional unit test classes to any of the directories in `test/testsuite/` (or add new directories if needed). The `phpunit` command will find these files automatically and run them.

## Improve the documentation ##

The Propel documentation is written in [Markdown](http://daringfireball.net/projects/markdown/) syntax and runs through [GitHub Pages](http://pages.github.com/). Everybody can contribute to the documentation by forking the [propel-docs](https://github.com/propelorm/propel-docs) project and to submit Pull Requests.

0 comments on commit 21b4bc7

Please sign in to comment.