From 2cd1aedde6740ba6668cc53dd2977aba72b0fc63 Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Wed, 8 Nov 2017 13:38:09 -0600 Subject: [PATCH] add reference to community guidelines (#2) This repo will follow the same community guidelines as Tailwind CSS does. --- contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 259db59..09426bf 100644 --- a/contributing.md +++ b/contributing.md @@ -1,5 +1,7 @@ # Contributing Guide +Please be sure to follow the [Tailwind CSS Community Guidelines](https://github.com/tailwindcss/tailwindcss/blob/master/.github/COMMUNITY_GUIDELINES.md). + 1. Make sure you put things in the right category! 2. Always add your items to the end of a list. To be fair, the order is first-come-first-serve. 3. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too. @@ -29,4 +31,4 @@ If you consider your project finished, and it does not need any contributions, c Apps/Websites gives the opportunity to showcase the awesome things we can build with Tailwind. You should put your app/website in this category if the following conditions are true: - The website is available without errors or ssl certificate problems, and load in a reasonable amount of time. -- The website is using Tailwind intensively. \ No newline at end of file +- The website is using Tailwind intensively.