From 0a14cc585575cc3458d9c011ba9bfff538b94ff5 Mon Sep 17 00:00:00 2001 From: Aadit Rahul Kamat Date: Thu, 17 Dec 2020 11:48:14 +0800 Subject: [PATCH] Update link to Release Notes doc in PR template Signed-off-by: Aadit Rahul Kamat --- .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 55e829cc4..0df6f0f36 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -38,7 +38,7 @@ Closes #XXX ### All Pull Requests - [x] Use correct spelling and grammar. -- [ ] Update [RELEASE_NOTES.md](../RELEASE_NOTES.md) if there are noteworthy changes, especially if there are changes to existing APIs. +- [ ] Update [RELEASE_NOTES.rst](../RELEASE_NOTES.rst) if there are noteworthy changes, especially if there are changes to existing APIs. - [ ] Close/update issues. - [ ] Check the copyright situation of your changes and sign off your patches (`git commit --signoff`, see [copyright](../CONTRIBUTING.rst#copyright-and-sign-off)).