On Thu, 27 Feb 2025 19:07:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Though it's probably too late for jfx24, I would like to see jfx JEPs and >> notes like this to be a part of the jfx repo. Github rendering of .md files >> is pretty good and the target audience is jfx developers and users. >> >> Maybe something along the lines of >> >> `/doc-files/notes/2024/0227/JDK-8340852-ScrollPane-Consumes-Navigation-Keys` > > Yes, likely too late for JavaFX 24 (at least for JEPs, which will need > discussion on the mailing list). Going forward we should consider something > along these lines I think. > > Whatever we end up doing for JEPs or notes should be organized by JavaFX > release not calendar date. So maybe something like: > > > doc-files/notes/24/JDK-8340852-info.md > > > If we think we need a hint in the name of the file as to what the note is > about (I don't think it's needed for additional release note information), > then maybe: > > > doc-files/notes/24/JDK-8340852-ScrollPane-restore-previous-behavior.md `doc-files/notes/24/JDK-8340852.md` the only problem with this is that the feature may not make it into specific release so the docs need to be moved, which will break the reviews and the mailing list. May be we can organize drafts using dates `/doc-files/drafts/2025/0227/JDK-8340852` and organize the final versions by release `/doc-files/notes/24/JDK-8340852`? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1712#discussion_r1974206523