cr
is a small single-page application for
rendering "change requests" (also known as "webrevs"). cr
can render patch
data stored as JSON to display a change in various ways, for example as a
"cdiff", "udiff" and "sdiff".
The data used by cr
is stored in the webrevs repository.
For making changes to cr
, just clone this repository, edit webrev.js
and
then serve index.html
locally (for example using python -m http.server
).
cr
uses project Skara's wiki which is available at https://wiki.openjdk.java.net/display/skara.
Issues are tracked in the JDK Bug System under project Skara at https://bugs.openjdk.java.net/projects/SKARA/.
We are more than happy to accept contributions to cr
, both via
patches sent to the Skara
mailing list and in the
form of pull requests on GitHub.
See http://openjdk.java.net/census#skara for the current Skara Reviewers, Committers and Authors. See https://openjdk.java.net/projects/ for how to become an author, committer or reviewer in an OpenJDK project.
Development discussions take place on the project Skara mailing list
skara-dev@openjdk.java.net
, see
https://mail.openjdk.java.net/mailman/listinfo/skara-dev for instructions
on how to subscribe of if you want to read the archives. You can also reach
many project Skara developers in the #openjdk
IRC channel on
OFTC, see https://openjdk.java.net/irc/ for details.
See the file LICENSE
for details.