minor updates

This commit is contained in:
Jeff Atwood 2014-03-01 22:56:15 -08:00
parent 6aa5fe6926
commit 6d21cb2101

View File

@ -34,6 +34,8 @@ Before you get started, ensure you have the following minimum versions: [Ruby 1.
If you want to set up a Discourse forum for production use, see our [**Discourse Install Guide**](docs/INSTALL.md).
If you're looking for business class hosting, see [discourse.org/buy](http://www.discourse.org/buy/).
## Requirements
Discourse is built for the *next* 10 years of the Internet, so our requirements are high:
@ -72,12 +74,9 @@ accepts contributions from the public. We'd like you to be a part of that commun
Before contributing to Discourse:
1. Please read the complete mission statements on [**discourse.org**](http://www.discourse.org). Yes we actually believe this stuff, and you should too.
2. Read and sign the [**Electronic Discourse Forums Contribution License Agreement**](http://discourse.org/cla)
3. Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers:
- submitting bugs
- requesting new features
- preparing your code for a Pull Request
1. Please read the complete mission statements on [**discourse.org**](http://www.discourse.org). Yes we actually believe this stuff; you should too.
2. Read and sign the [**Electronic Discourse Forums Contribution License Agreement**](http://discourse.org/cla).
3. Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
4. Not sure what to work on? [**We've got some ideas!**](http://meta.discourse.org/t/so-you-want-to-help-out-with-discourse/3823)
We look forward to seeing your pull requests!