From 603addacfb9d4c00e33d13bc561374b8a041366b Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Fri, 13 Sep 2024 02:24:00 -0400 Subject: [PATCH] chore: improve pull request template to include kind lines in comments instead of quote (#1538) Signed-off-by: Cheng Fang --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 24ef451b4..f2d100a9e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,15 @@ **What type of PR is this?** -> Uncomment only one ` /kind` line, and delete the rest. -> For example, `> /kind bug` would simply become: `/kind bug` - -> /kind bug -> /kind chore -> /kind cleanup -> /kind failing-test -> /kind enhancement -> /kind documentation -> /kind code-refactoring + +[//]: # (Uncomment only one line, and delete the rest.) +[//]: # (For example, would simply become: /kind bug ) + + + + + + + + **What does this PR do / why we need it**: