Skip to content

Commit cdabbaf

Browse files
jglickJesperIRL
authored andcommitted
8312882: Update the CONTRIBUTING.md with pointers to lifecycle of a PR
Reviewed-by: erikj, jwilhelm
1 parent de315b0 commit cdabbaf

File tree

3 files changed

+7
-29
lines changed

3 files changed

+7
-29
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing to the JDK
22

3-
Please see <https://openjdk.org/contribute> for how to contribute.
3+
Please see the [OpenJDK Developers’ Guide](https://openjdk.org/guide/).

doc/building.html

+5-14
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ <h3 id="building-on-x86">Building on x86</h3>
324324
<p>Even for 32-bit builds, it is recommended to use a 64-bit build
325325
machine, and instead create a 32-bit target using
326326
<code>--with-target-bits=32</code>.</p>
327-
<p>Note: The Windows 32-bit x86 port is deprecated and may be removed in a future release.</p>
327+
<p>Note: The Windows 32-bit x86 port is deprecated and may be removed in
328+
a future release.</p>
328329
<h3 id="building-on-aarch64">Building on aarch64</h3>
329330
<p>At a minimum, a machine with 8 cores is advisable, as well as 8 GB of
330331
RAM. (The more cores to use, the more memory you need.) At least 6 GB of
@@ -401,7 +402,8 @@ <h3 id="windows">Windows</h3>
401402
use <code>--with-msvcr-dll=/cygdrive/c/msvcr100.dll</code> rather than
402403
<code>--with-msvcr-dll=c:\msvcr100.dll</code>. For details on this
403404
conversion, see the section on <a href="#fixpath">Fixpath</a>.</p>
404-
<p>Note: The Windows 32-bit x86 port is deprecated and may be removed in a future release.</p>
405+
<p>Note: The Windows 32-bit x86 port is deprecated and may be removed in
406+
a future release.</p>
405407
<h4 id="cygwin">Cygwin</h4>
406408
<p>A functioning <a href="http://www.cygwin.com/">Cygwin</a> environment
407409
is required for building the JDK on Windows. If you have a 64-bit OS, we
@@ -2255,18 +2257,7 @@ <h2 id="contributing-to-the-jdk">Contributing to the JDK</h2>
22552257
must ask you to follow our rules and guidelines to be able to accept
22562258
your contribution.</p>
22572259
<p>The official place to start is the <a
2258-
href="http://openjdk.org/contribute/">'How to contribute' page</a>.
2259-
There is also an official (but somewhat outdated and skimpy on details)
2260-
<a href="http://openjdk.org/guide/">Developer's Guide</a>.</p>
2261-
<p>If this seems overwhelming to you, the Adoption Group is there to
2262-
help you! A good place to start is their <a
2263-
href="https://wiki.openjdk.org/display/Adoption/New+Contributor">'New
2264-
Contributor' page</a>, or start reading the comprehensive <a
2265-
href="https://adoptopenjdk.gitbooks.io/adoptopenjdk-getting-started-kit/en/">Getting
2266-
Started Kit</a>. The Adoption Group will also happily answer any
2267-
questions you have about contributing. Contact them by <a
2268-
href="http://mail.openjdk.org/mailman/listinfo/adoption-discuss">mail</a>
2269-
or <a href="http://openjdk.org/irc/">IRC</a>.</p>
2260+
href="https://openjdk.org/guide/">OpenJDK Developers’ Guide</a>.</p>
22702261
<h2 id="editing-this-document">Editing this document</h2>
22712262
<p>If you want to contribute changes to this document, edit
22722263
<code>doc/building.md</code> and then run

doc/building.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -2032,20 +2032,7 @@ First of all: Thank you! We gladly welcome your contribution.
20322032
However, please bear in mind that the JDK is a massive project, and we must ask
20332033
you to follow our rules and guidelines to be able to accept your contribution.
20342034
2035-
The official place to start is the ['How to contribute' page](
2036-
http://openjdk.org/contribute/). There is also an official (but somewhat
2037-
outdated and skimpy on details) [Developer's Guide](
2038-
http://openjdk.org/guide/).
2039-
2040-
If this seems overwhelming to you, the Adoption Group is there to help you! A
2041-
good place to start is their ['New Contributor' page](
2042-
https://wiki.openjdk.org/display/Adoption/New+Contributor), or start
2043-
reading the comprehensive [Getting Started Kit](
2044-
https://adoptopenjdk.gitbooks.io/adoptopenjdk-getting-started-kit/en/). The
2045-
Adoption Group will also happily answer any questions you have about
2046-
contributing. Contact them by [mail](
2047-
http://mail.openjdk.org/mailman/listinfo/adoption-discuss) or [IRC](
2048-
http://openjdk.org/irc/).
2035+
The official place to start is the [OpenJDK Developers’ Guide](https://openjdk.org/guide/).
20492036
20502037
## Editing this document
20512038

0 commit comments

Comments
 (0)