Skip to content

Commit 1c4dbd1

Browse files
authored
Merge pull request #218 from rkratky/templ
Structure for 26.10 & template for interim RN
2 parents ee57517 + 1cb5e7a commit 1c4dbd1

3 files changed

Lines changed: 62 additions & 5 deletions

File tree

docs/26.10/index.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
(ubuntu-26.10-release-notes)=
22
# Ubuntu 26.10 release notes
33

4-
Ubuntu 26.10 (Stonking Stingray) is currently in development.
5-
64
These release notes cover new features and changes in Ubuntu 26.10 (Stonking Stingray).
75

8-
:::{warning}
9-
Ubuntu 26.10 is currently in development, scheduled to be released in October 2026.
6+
:::{important}
7+
Ubuntu 26.10 (Stonking Stingray) is currently in development, scheduled to be released in October 2026.
108
:::
119

1210
For the release schedule of Ubuntu 26.10, refer to:
@@ -16,3 +14,25 @@ For the release schedule of Ubuntu 26.10, refer to:
1614

1715
Release schedule <schedule>
1816
:::
17+
18+
19+
## Support lifespan
20+
## Upgrades
21+
## New features in \<VERSION\>
22+
### Updated Packages
23+
### Linux kernel \<VERSION\> 🐧
24+
### systemd \<VERSION\>
25+
### Toolchain Upgrades 🛠️
26+
### Default configuration changes ⚙️
27+
### Ubuntu Desktop
28+
### Ubuntu Foundations
29+
### Ubuntu Server
30+
### OpenStack
31+
### Platforms
32+
## Known Issues
33+
### General
34+
### Linux kernel
35+
### Ubuntu Desktop
36+
### Ubuntu Server
37+
## Official flavors
38+
## More information

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
# Excludes files or directories from processing
352352

353353
exclude_patterns = [
354-
"doc-cheat-sheet*",
354+
"reuse/*-template.md",
355355
".venv*",
356356
]
357357

docs/reuse/rn-interim-template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Ubuntu \<VERSION\> release notes
2+
3+
These release notes cover new features and changes in Ubuntu \<VERSION\> (\<WORDY WORD\>).
4+
5+
:::{important}
6+
Ubuntu \<VERSION\> (\<WORDY WORD\>) is currently in development, scheduled to be released in October \<YEAR\>.
7+
:::
8+
9+
For the release schedule of Ubuntu \<VERSION\>, refer to:
10+
11+
:::{toctree}
12+
:maxdepth: 1
13+
14+
Release schedule <schedule>
15+
:::
16+
17+
18+
## Support lifespan
19+
## Upgrades
20+
## New features in \<VERSION\>
21+
### Updated Packages
22+
### Linux kernel \<VERSION\> 🐧
23+
### systemd \<VERSION\>
24+
### Toolchain Upgrades 🛠️
25+
### Default configuration changes ⚙️
26+
### Ubuntu Desktop
27+
### Ubuntu Foundations
28+
### Ubuntu Server
29+
### OpenStack
30+
### Platforms
31+
## Known Issues
32+
### General
33+
### Linux kernel
34+
### Ubuntu Desktop
35+
### Ubuntu Server
36+
## Official flavors
37+
## More information

0 commit comments

Comments
 (0)