From e4b1ec446b8271aef85398bfa720ec74eff598ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:42:01 +0100 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 (#1411) --- .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 3a267cf7..13607fd4 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`. -->