RFR: Removing a JBS Issue [v2]
Sean Mullan
mullan at openjdk.org
Fri Aug 4 17:09:00 UTC 2023
On Thu, 3 Aug 2023 09:58:12 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
>> Short note on removing JBS issues.
>> And adding back a lost parenthesis.
>> Added text about understanding the code before creating a PR.
>
> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>
> Understand your code
src/guide/contributing-to-an-open-jdk-project.md line 63:
> 61: ### 4. Create a tracking issue in JBS
> 62:
> 63: Many OpenJDK projects require a tracking issue to be filed in the [JDK Bug System (JBS)](https://bugs.openjdk.org/) before a change can be pushed. This is the case for instance for the JDK and the JDK-Updates projects. In order to get write access to JBS you need to be an [Author](https://openjdk.org/bylaws#author) in an OpenJDK project (see [Becoming an Author]). For your first changes, ask your sponsor to help you create the issue or file the bug through the [Bug Report Tool](https://bugreport.java.com/).
Couple of wording suggestions:
s/JDK-Updates/JDK Updates/
s/changes/change/
s/get/obtain/
remove "for instance" - doesn't seem to add anything.
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/112#discussion_r1284665690
More information about the guide-dev
mailing list