From c495943005c0d3f81f376e9fb9ac1f352afe95f2 Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Sun, 2 Oct 2022 17:30:02 +0200 Subject: [PATCH] add feature:icon and enhancement labels to pull_request_template.md, so that the labels are added automatically when users copy the link --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3a267cf7f..13607fd4c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,10 +2,10 @@ Adding a New Icon? -- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`. +- Add `?quick_pull=1&template=new_icon.md&labels=feature:icon` to the end of your current URL and press `Enter`. Adding a New Feature or fixing a bug? -- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`. +- Add `?quick_pull=1&template=new_feature.md&labels=enhancement` to the end of your current URL and press `Enter`. -->