Skip to content

Commit

Permalink
Improving the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Sep 25, 2024
1 parent d103a67 commit 6d43029
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ body:
options:
- label: CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps
- label: CommunityToolkit.Aspire.Hosting.Java
- label: CommunityToolkit.Aspire.Hosting.NodeJS.Extensions
- label: CommunityToolkit.Aspire.Hosting.Ollama
- type: input
id: nuget-package-version
validations:
Expand Down
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ body:
attributes:
label: Overview
description: A clear and concise overview of the problem this proposal would solve.
- type: textarea
id: api-breakdown
validations:
required: true
attributes:
label: API breakdown
description: A complete API breakdown of the new proposed feature or change.
placeholder: |
```csharp
namespace CommunityToolkit.Aspire.SomePackage;
public class MyProposedClass
{
public void MyProposedApi();
// Other APIs and types as needed...
}
```
- type: textarea
id: usage-example
validations:
Expand Down
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/integration_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,6 @@ body:
attributes:
label: Overview
description: A clear and concise overview of the problem this proposal would solve.
- type: textarea
id: api-breakdown
validations:
required: true
attributes:
label: API breakdown
description: A complete API breakdown of the new proposed feature or change.
placeholder: |
```csharp
namespace CommunityToolkit.Aspire.SomePackage;
public class MyProposedClass
{
public void MyProposedApi();
// Other APIs and types as needed...
}
```
- type: textarea
id: usage-example
validations:
Expand Down

0 comments on commit 6d43029

Please sign in to comment.