Skip to content
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

Render onboarding checklist programmatically #105

Open
Aariq opened this issue Dec 9, 2024 · 1 comment
Open

Render onboarding checklist programmatically #105

Aariq opened this issue Dec 9, 2024 · 1 comment

Comments

@Aariq
Copy link
Member

Aariq commented Dec 9, 2024

Currently the .md file in .github/ISSUE_TEMPLATE/ is maintained as a separate file and not rendered by onboarding.qmd because github-flavored markdown isn't supported by Qurato books. I asked in the DSLC Slack and want to document the (possible) workaround/solution, although not sure I'll want to actually implement it:

Stephan Koenig

This might be overkill, but you could use different project profiles (one for the book and one just for the single gfm output): https://quarto.org/docs/projects/profiles.html

Eric

Yeah, that probably would work—a profile where it’s not a book, onboarding.qmd is the only render target, and the output dir is .github/ISSUE_TEMPLATE/ then some GitHub action to render with that profile

@Aariq
Copy link
Member Author

Aariq commented Dec 9, 2024

Another possible option is to have the checklist in ISSUE_TEMPLATE/ be the main source and have it be included as a child document in onboarding.qmd with the includes shortcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant