diff --git a/.github/ISSUE_TEMPLATE/25_api_proposal.md b/.github/ISSUE_TEMPLATE/25_api_proposal.md index 1aadfa4e6ec9..591d0cf9be56 100644 --- a/.github/ISSUE_TEMPLATE/25_api_proposal.md +++ b/.github/ISSUE_TEMPLATE/25_api_proposal.md @@ -25,6 +25,7 @@ namespace Microsoft.AspNetCore.Http { + public Task WriteAsync(this HttpResponse response, StringBuilder builder); } +} ``` You may find the [Framework Design Guidelines](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/framework-design-guidelines-digest.md) helpful. -->