Version 3, last updated by Richard Dallaway at 24 Mar 08:48 UTC

How can I contribute to Lift?

  • Get involved on the mailing list, asking questions, answering questions, helping others.
  • Write blog posts.
  • Update the wiki or add new wiki pages (if you’re not sure, ask about the change you want to make on the mailing list).
  • Add to the Lift Cookbook (there’s a recipe explaining how).

I think I’ve found a bug/I have a feature I’d like – should I raise a ticket?

Discuss the issue or feature on the mailing list first, and only create a ticket if asked to by a comitter. You’ll want to read Expected Behavior in the Lift community and Creating tickets.

Can I contribute code?

The Lift IP is clean which means that unless you are a committer and you have written the code yourself, it doesn’t get into Lift. This allows businesses to use Lift knowing what the provenance of the code is.

In particular, none of the Lift committer will pull from your repository, so do not send GitHub pull requests or messages.

Why do you have the rules on code contribution?

The structure of the Lift IP is oriented to allowing corporations to safely adopt Lift while making sure that the Lift license (Apache 2.0) can be enforced.

Because the only people with commit rights to Lift source code are people (or organizations) who have assigned their code to the Lift IP holding company, the number of folks who can add code to Lift is very limited and most of the committers go through a code review process. This means that the code is an original work and cleanly assigned to the holding company. This avoids the problems for businesses brought out in the SCO law suit a few years back (copy paste of code, lack of code provenance, etc.) The bottom line for businesses is that they can use Lift in their projects and their legal departments have an easier time giving the code a clean bill of health… and clear statements about process and rule following like this help out a lot.

There’s more context if you need it, including a view on practical implications for existing committers.

I have some really useful code. How can I share it?

Blog about it, talk about it on the mailing list, and consider turning it into an external Lift module. Anyone can contribute an external Lift module.

Can I contribute source code documentation?

Only Lift committers may change Lift source code. Lift’s ScalaDocs are part of Lift’s source code and thus can only be changed by committers.

Can I contribute translations?

Yes – we accept translations of the resource files as long as they have a notice in them that says they are licensed under Apache 2.0