-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace legacy issue template with revised issue forms #5672
Conversation
.github/ISSUE_TEMPLATE/config.yml
Outdated
url: https://github.com/moby/buildkit/discussions/new | ||
about: Use Github Discussions to ask questions and/or open discussion topics. | ||
- name: Documentation | ||
url: https://docs.docker.com/build/buildkit/ |
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.
I think we should point to the more-complete internal docs instead: https://github.com/moby/buildkit/tree/master/docs
24fd0f3
to
a75c687
Compare
a75c687
to
ded06c7
Compare
- name: Documentation | ||
url: https://github.com/moby/buildkit/tree/master/docs | ||
about: Read the documentation. | ||
- name: Join the Docker Community on Slack |
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.
I think in moby/moby we also added suggestions for reporting security issues (to make it more prominent that github is not the place for that)
https://github.com/moby/moby/blob/master/.github/ISSUE_TEMPLATE/config.yml#L3
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.
Great suggestion! Adding.
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.
@thompson-shaun Hum it seems we now have duplicated security blocks because of this: https://github.com/moby/buildkit/issues/new/choose
We should remove this one so only the dynamic one is shown, similar to what we have on Buildx repo: https://github.com/docker/buildx/issues/new/choose
…ate config and forms Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
ded06c7
to
facc345
Compare
Closes #5587
This PR replaces the deprecated legacy markdown template at
.github/issue_template.md
with new YAML-based forms for bug reports and feature requests. Blank issues are still allowed under this PR's configuration. An issue type is also added when available.Note that for the forms most fields are required.
Additions
Reference