-
Notifications
You must be signed in to change notification settings - Fork 345
Update bug report template #1219
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
name: 🐞 Bug report | ||
description: Create a report about something that is not working | ||
labels: ["untriaged"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting **non-security** bugs and feature requests. | ||
For general questions, consider posting to [Discussions](https://github.com/microsoft/dotnet-framework-docker/discussions) or [Stack Overflow](https://stackoverflow.com). | ||
|
||
If you're reporting the presence of a disclosed security vulnerability, such as a CVE reported in one of our container images, please follow our [vulnerability reporting guidelines](https://github.com/dotnet/dotnet-docker/blob/main/documentation/vulnerability-reporting.md). | ||
|
||
If you believe you have an issue that affects the security of .NET, please do NOT create an issue and instead email your issue details to [email protected]. | ||
Your report may be eligible for our [bug bounty](https://www.microsoft.com/en-us/msrc/bounty-dot-net-core) but ONLY if it is reported through email. | ||
|
||
--- | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Description | ||
|
||
Please provide a clear and concise description of the bug. | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: image | ||
attributes: | ||
label: Which .NET image(s) are you using? | ||
description: Please specify the exact digest if possible; otherwise, provide the tag name | ||
placeholder: mcr.microsoft.com/dotnet/framework/sdk:4.8.1-windowsservercore-ltsc2025@sha256:0123456789abcdef... | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Steps to reproduce the bug | ||
|
||
Include minimal steps to reproduce the problem or point us to a simple repro project hosted in a GitHub repo. | ||
We may close this issue if: | ||
|
||
* We are not able to repro the behavior you're reporting | ||
* The repro project you share with us is too complex | ||
* The repro is in a file attachment such as a zip file | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Other Information | ||
|
||
Please include any other information that you think is helpful. | ||
|
||
* What other issues did you find before opening this one? | ||
* What error messages do you see? | ||
* When does this issue occur? Does it occur consistently? | ||
* Do you know of any workarounds? | ||
* What is the container host OS and version? | ||
|
||
- type: textarea | ||
id: other-information | ||
attributes: | ||
label: Other information | ||
|
||
- type: textarea | ||
id: docker-version | ||
attributes: | ||
label: Output of `docker version` | ||
description: Paste the output of `docker version` here. | ||
render: console | ||
|
||
- type: textarea | ||
id: docker-info | ||
attributes: | ||
label: Output of `docker info` | ||
description: Paste the output of `docker info` here. | ||
render: console | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to report this! |
Oops, something went wrong.
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.
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.
That doc is very much specific to the images at dotnet-docker and doesn't really fit in this repo. I think it's fine to just omit this. We rarely get vuln reports in this repo, and when we do they are mostly legit, so I don't think it's necessary to have this workflow defined.