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

Update bug_report issue template replace checkboxes to textarea for nuget-packages #249

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 5 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -71,29 +71,15 @@ body:
attributes:
label: IDE version
description: What's the exact build number of your IDE? (For Visual Studio, go to Help -> About Microsoft Visual Studio)
- type: checkboxes
- type: textarea
id: nuget-packages
attributes:
label: Nuget packages
render: text
description: Which NuGet packages have you used? Include the version number.
options:
- label: CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder
- label: CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps
- label: CommunityToolkit.Aspire.Hosting.Deno
- label: CommunityToolkit.Aspire.Hosting.Golang
- label: CommunityToolkit.Aspire.Hosting.Java
- label: CommunityToolkit.Aspire.Hosting.Meilisearch
- label: CommunityToolkit.Aspire.Hosting.NodeJS.Extensions
- label: CommunityToolkit.Aspire.Hosting.Ollama
- label: CommunityToolkit.Aspire.Meilisearch
- label: CommunityToolkit.Aspire.OllamaSharp
- type: input
id: nuget-package-version
validations:
required: true
attributes:
label: Nuget package version(s)
description: What's the exact version number of the Nuget package(s) you're using?
placeholder: |
Example:
CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder (9.0.0)
- type: textarea
id: additional-context
attributes: