From 7cf1b760f2a4367ecde4ae53bb29a00b19fa8cec Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 2 Feb 2021 07:34:34 -0500 Subject: [PATCH] chore: missing closing quote in PR template (#12583) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4c5d16a614f1..170929563dc7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,7 @@ Please ensure to add changelog with this PR by answering the following questions - [ ] No, no need to refresh for updates in this PR ### Contribution checklist: -- [ ] I commit to follow the [Breaking Change Policy](http://aka.ms/bcforapi) of “no breaking changes +- [ ] I commit to follow the [Breaking Change Policy](http://aka.ms/bcforapi) of "no breaking changes" - [ ] I have reviewed the [documentation](https://aka.ms/ameonboard) for the workflow. - [ ] [Validation tools](https://aka.ms/swaggertools) were run on swagger spec(s) and errors have all been fixed in this PR. [How to fix?](https://aka.ms/ci-fix)