New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Known Issues section #82
Conversation
Introduces a Known Issues subsection to the Releases section, for documenting the known issues in each release. Pre-populates the subsection with the Known Issues taken from the Release Notes of the last five releases (all the Sailfish 4 releases up to this point).
|
This would repeat the same "problem" that we have with changelog in forum. Known issues that have been there since release x are repeated. I see following factors at least: release where known issue appeared, device (sw component), release when known issues got fixed. I was thinking more like a table like approach but grouping might actually work as well. What if the high-level items in the left hand side navigation bar would be: Generic Issues per above categories and each issue would have seen first time and when fixed. For example under Xperia 10 II:
This way we'd not need to repeat anything. Just mark known issues as fixed to the table. What do you think? |
|
If you decide to go the table route, the best option will be to rewrite it in HTML (can still use Markdown in its cells). Such a big table in Markdown would introduce a few hurdles, such as cannot use codeblocks within, and readability/editability (try to edit my comment to see its source).
|
|
I'll try and test the table approach that Raine proposed. It would certainly reduce repetition. |
…ishos#82. Signed-off-by: Jorma Virkkunen <jorma.virkkunen@jolla.com>
…ishos#82. Signed-off-by: Jorma Virkkunen <jorma.virkkunen@jolla.com>
New approach to the work in sailfishos#82. JB#57937
New approach to the work in sailfishos#82. JB#57937
New approach to the work in sailfishos#82. JB#57937
New approach to the work in sailfishos#82. JB#57937
Introduces a Known Issues subsection to the Releases section, for
documenting the known issues in each release.
Pre-populates the subsection with the Known Issues taken from the
Release Notes of the last five releases (all the Sailfish 4 releases up
to this point).