- Fork the repository.
- Make your changes to the "main" branch (there are no other branches)
- Write one sentence per line.
- If there is a related issue, use its Jira or Bugzilla identifier as the section ID (
[#jsc-SLE-1234]
), or if that is not possible, add it as a comment (// jsc#SLE-1234
).
- Submit the changes as a pull request.
These are written in AsciiDoc.
[#jsc-SLE-3038]
==== Running XenStore in stubdom
Since Xen 4.9, you can easily configure XenStore to run in a `stubdom` instead of Dom0.
This has the advantage that a high Dom0 load no longer affects XenStore performance.
It is a prerequisite to being able to restart Dom0 without having to restart other guests.
[#jsc-SLE-3069]
==== QED image format no longer supported
The QEMU virtual disk image format is no longer supported.
Existing virtual disks using this format can still be accessed, but should be converted to a RAW or QCOW2 format if possible.
Using the QED format for new disks is not supported.
The release notes are written using AsciiDoc. See the AsciiDoc documentation for more information.
- SUSE Documentation Style Guide at https://documentation.suse.com/style/
- AsciiDoc Best Practices at https://asciidoctor.org/docs/asciidoc-recommended-practices/
- Titled notes
- title and body text
- Collection notes
- title and individual list items, usually minor changes
- Support tables/lists
- title and table/list
- note ID - must be unique within the document
- For AsciiDoc
[#my-id]
- Reference external issues:
- For Bugzilla,
[#bsc-00000]
- For SUSE Jira,
[#jsc-XXX-0000]
- For Bugzilla,
- If note is not titled, use comment
- For AsciiDoc
- information
- Title
- Issue description/previous situation (optional)
- Solution/current situation
- TABLES/LISTS: at the bottom.
- MINOR CHANGES: above tables but otherwise at the bottom.
- TITLED NOTE:
- before the release
- the most important first
- additions before removals
- after the release:
- at the top
- before the release
- Ideally one commit per release note
- Reference external issue
- For example:
Add note about failing AutoYaST upgrade (bsc#00000)
orAdd note about failing AutoYaST upgrade (jsc#XXX-0000)
- For example:
- Run
make validate
to check for errors - Run
make html
to see your changes- Replace
html
with a different format (pdf
,single-html
,text
) orall
to generate other formats
- Replace
Use the Issue Tracker: Create new issue