-
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
base: master
Are you sure you want to change the base?
Conversation
.github/ISSUE_TEMPLATE/bug.yml
Outdated
|
||
Using `buildctl` | ||
```bash | ||
buildctl --version buildkitd version |
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.
buildctl --version buildkitd version | |
buildctl --version && buildkitd version |
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.
Need to update the issue-reporting guide as well
buildkit/.github/issue_reporting_guide.md
Line 60 in 9472cdf
- Using Buildkitd/Buildctl `buildctl --version` `buildkitd version` |
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.
Need to update the issue-reporting guide as well
Commands are not joined in this page from the look at it
.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
6ff0fd2
to
24fd0f3
Compare
…ate config and forms Signed-off-by: Shaun Thompson <[email protected]>
24fd0f3
to
a75c687
Compare
* [Follow the progress of your issue](#follow-the-progress-of-your-issue) | ||
* [Try fixing your issue yourself](#try-fixing-your-issue-yourself) | ||
* [Additional reading](#additional-reading) | ||
- [Issue reporting guide](#issue-reporting-guide) |
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.
We should not have this one as this is a sub TOC of "Issue reporting guide"
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.
Thought I removed that 😑
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