The "Issue tracking" page has a link to completed issues. The text
is reason:complete but the query is reason:completed.
This patch updates the text to align with the query.
The "Issue tracking" page links to a list of all bug reports.
The referenced label `bug` seems to be obsolete.
This patch updates the link to point to the modern `T: bug` label.
Preserves sort order descending by last update.
The "Issue tracking" page links to per-class lists of labels.
The link to Component C: labels starts from page 2.
The most common components seem to be on page 1.
This patch updates the link to point to page 1.
The existing doc guidelines page attempts to combine too many different
topics at once and includes information that does not pertain directly
to the documentation. This reorganization is intended to make each type
of information easier to find. For example, some have found it difficult
to find the documentation style guidelines (see, e.g.,
QubesOS/qubes-issues#6701#issuecomment-875875610). This reorganization
allows us to assign more specific titles to each page.
General changes:
- Create new page for contribution instructions
- Create new page for website style guide
- Create new page for continuous integration
- Rename existing "style guide" to "visual style guide" in order to
avoid ambiguity with new doc and website style guides
- Retain existing page solely for doc style guide
- Update page names and permalinks
- Update existing links
- Improve language
Doc style guide changes:
- Add section on using sentence case in headings
(see QubesOS/qubes-issues#6756 and #1173)
- Improve section organization
- Clarify language
In order to better preserve the Git history of each file, file renames
will be handled in a separate commit.
- Improve section organization
- Improve new issue instructions
- Add section on "projects"
- Convert final section into "How issues get closed"
- Add section on backports (closesQubesOS/qubes-issues#6655)