From 1a475e8ebe62f8e846f0d6684c0df1e9a2104401 Mon Sep 17 00:00:00 2001 From: David Pine Date: Fri, 25 Oct 2024 11:43:42 -0500 Subject: [PATCH] Update pull_request_template.md Add links to .NET Aspire docs - issue templates. --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0a625349856..19484434f8d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,5 +29,9 @@ Fixes # (issue) - [ ] No - Does the change require an update in our Aspire docs? - [ ] Yes - - Link to aspire-docs issue: + - Is this introducing a breaking change? + - [ ] Yes + - Link to aspire-docs issue (please use this [`breaking-change` template](https://github.com/dotnet/docs-aspire/issues/new?template=04-breaking-change.yml)): + - [ ] No + - Link to aspire-docs issue (please use this [`doc-idea` template](https://github.com/dotnet/docs-aspire/issues/new?template=02-docs-request.yml)): - [ ] No