Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Nov 12, 2012
1 parent 23ed2a6 commit 1b7c328
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Expand Up @@ -11,12 +11,17 @@ Lift applications are:

Because Lift applications are written in [Scala](http://www.scala-lang.org), an elegant JVM language, you can still use your favorite Java libraries and deploy to your favorite Servlet Container and app server. Use the code you've already written and deploy to the container you've already configured!

## No Pull Requests
## Pull Requests

You must be a committer with signed committer agreement to submit patches. We do not accept pull requests from non-committers.

Please discuss issues and improvements on the [mailing list](http://groups.google.com/forum/#!forum/liftweb), and read up on [other ways you can contribute](https://www.assembla.com/spaces/liftweb/wiki/Contributing).
We will accept pull requests into the [Lift codebase](https://github.com/lift)
if the pull requests meet the following criteria:

* One or more of the following:
* Documentation including ScalaDoc comments in code
* Example code
* Small changes, enhancements, or bug fixes to Lift's code
* Each pull request must include a signature at the bottom of the
`/contributors.md` file.

## Getting Started

Expand Down

0 comments on commit 1b7c328

Please sign in to comment.