-
Notifications
You must be signed in to change notification settings - Fork 27
Create Issue Template #380
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
base: main
Are you sure you want to change the base?
Conversation
Creates Issue Template to avoid issues or requests related to the CloudNativePG Docs. Based on issue #373
|
Asking out of unfamiliarity here: looking at the operator repo, the issue templates are configured with YAML, not markdown. And in the GH docs, I see only YAML examples, though they mention markdown. |
jsilvela
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we configure issue templates with markdown and a Hugo-style front matter?
Co-authored-by: Jaime Silvela <jaime.silvela@enterprisedb.com> Signed-off-by: Floor Drees <floordrees@gmail.com>
What do you mean by "with markdown and a Hugo-style" ? I didn't got anything from the phrase :D |
|
What I mean: This is a custom format in Hugo to add metadata to blog posts. In hugo that section is called the front matter. See https://gohugo.io/content-management/front-matter/ So my question is: is this a format that will work in GitHub? To be honest I'd be surprised, but I have not set up issue templates, so I may be wrong. |
|
In the GH documentation, I don't find anything about configuring the templates using markdown. |
Creates Issue Template to avoid issues or requests related to the CloudNativePG Docs.
Closes #373