From 7ddc45d4f1fdbaa6af30f2ed458acaca24d7d17d Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 22 May 2021 21:25:01 +0200 Subject: [PATCH] PR template: explicitly add brand guidelines (#383) Add the tailwind brand guidelines as an explicit checkbox in the list. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c2b0a92..eb97e6e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,4 +10,5 @@ _Resource description here_ - [ ] My item is logically grouped below similar items - [ ] My item's name and description respects the conventions of the list - [ ] My item is awesome +- [ ] My item is in line with the [Tailwind brand usage guidelines](https://tailwindcss.com/brand#usage) - [ ] I have read and followed the [contribution guidelines](https://github.com/aniftyco/awesome-tailwindcss/blob/master/.github/CONTRIBUTING.md)