On Sat, 1 Mar 2025 04:02:55 GMT, Abhinay Agarwal <d...@openjdk.org> wrote:
>> Backport the JavaFX 23 release notes to the `jfx23` branch. Note that we >> will _not_ trigger a respin of JavaFX 23 as a result of this. > > doc-files/release-notes-23.md line 11: > >> 9: ## Important Changes >> 10: >> 11: ### JavaFX 23 Requires JDK 21 or Later > > why are `Requires` and `Later` capitalised? > > I went back and it was also the case with [JFX 23 release > notes](https://github.com/openjdk/jfx/pull/1563/files#diff-2d16210695314e7aef40df186b6428372f477736598ee49496f5340159d72fcbR11). > Just curious is there a defined casing style that we follow for release > notes? This is the PR for the JavaFX 23 release notes. Did you mean to ask your question in PR #1712 , which is under review for the JavaFX 24 release notes? In any case, I'll answer your question here. > why are `Requires` and `Later` capitalised? > > I went back and it was also the case with [JFX 23 release > notes](https://github.com/openjdk/jfx/pull/1563/files#diff-2d16210695314e7aef40df186b6428372f477736598ee49496f5340159d72fcbR11). > Just curious is there a defined casing style that we follow for release > notes? See [this section of the OpenJDK Developers Guide](https://openjdk.org/guide/#general-conventions-for-release-notes). The Summary should be in title case instead of sentence case. Example: Decode Error with Tomcat Version 7.x ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1563#discussion_r1978198639