docs: align templates with the new discussion categories - #14901
Merged
Merged
Conversation
GitHub matches a discussion template file name to the category slug. The `Q&A` category is now `Q&A (Q1)` with the slug `q-a-q1`, and the `Quarto Hub Preview` category is now `Preview (QH)` with the slug `preview-qh`. The templates for both categories no longer matched a slug, so GitHub showed no template for them. - Rename `q-a.yml` to `q-a-q1.yml` and scope its text to Quarto 1. - Rename `quarto-hub-preview.yml` to `preview-qh.yml`. - Add `q-a-q2.yml` for the new `Q&A (Q2)` category, with the `q2` label. - Update every link to the old `q-a` and `quarto-hub-preview` slugs in the discussion templates, the issue templates, and CONTRIBUTING.md.
Quarto 2 is under active development and it is not ready for production use. Every template that sends a user to the `Q&A (Q2)` category now says so, so that no one moves to Quarto 2 for real work by mistake.
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
CONTRIBUTING.md did not name the Preview (QH) category, so contributors had no route to Quarto Hub feedback. The routing table and the discussion list now include it, and both the list entry and the discussion template say that Quarto Hub is in preview and it is not ready for production use.
This was referenced Sep 16, 2026
mcanouil
marked this pull request as ready for review
September 16, 2026 19:37
Collaborator
Author
|
Merging without CI as the files are all under |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The central Quarto discussions board needs a place for Quarto 2 and Quarto Hub questions and feedback, so its categories are now
Q&A (Q1),Q&A (Q2), andPreview (QH).GitHub matches a discussion template to a category by its slug, so this pull request aligns the templates with the new slugs and updates the links that pointed at the old ones.
Follow-ups: