From bb26580cfbc83c2d3ce27e348a2b841205d0843f Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Sat, 25 Jul 2026 12:13:01 +0100 Subject: [PATCH] feat(docs): Add lab requirement in pull_request_template.md (#3651) * feat(docs): update pull_request_template.md * Fix link to Lab directory in PR template Updated link reference for the Lab directory in the pull request template. --------- Co-authored-by: Eric Fennis --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 483e7ce3f..3bf6bfff1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -47,7 +47,9 @@ Common scopes: icons, docs, studio, site, dev ### Design + - [ ] I've read and followed the [icon design guidelines](https://lucide.dev/contribute/icon-design-guide) +- [ ] I've made sure that the icons don't [already exist](https://lucide.dev/icons), including the [Lab directory](https://github.com/lucide-icons/lucide/tree/main/lab). - [ ] I've made sure that the icons look sharp on low DPI displays. - [ ] I've made sure that the icons look consistent with the icon set in size, optical volume and density. - [ ] I've made sure that the icons are visually centered.