From 0b0e1f92e25c6114b6bd3cd3b07997dfd3b640b0 Mon Sep 17 00:00:00 2001 From: Max Podkorytov <4273004+tenpercent@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:29:49 +0000 Subject: [PATCH] clarify release notes bullet point [ROCm/composable_kernel commit: 0fd6978d2a3c5973d9c0486616b2a71ea7aa5f86] --- .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 c5161f7f8f..b3fcabec34 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ Please put an `x` into the boxes that apply. You can also fill these out after c - [ ] I have added tests relevant to the introduced functionality, and the unit tests are passing locally - [ ] I have added inline documentation which enables the maintainers with understanding the motivation - [ ] I have removed the stale documentation which is no longer relevant after this pull request -- [ ] I have added release notes which provide the end users with a brief summary of the improvement from this pull request +- [ ] (If this change is user-facing) I have added release notes which provide the end users with a brief summary of the improvement from this pull request - [ ] I have run `clang-format` on all changed files - [ ] Any dependent changes have been merged