From 42e41c2699691ff59c148a41a326a9b874a0f08e Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 18 Mar 2016 11:58:18 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d354c3fc4..5a5f8bc65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,11 +22,11 @@ If your bug uses a third party framework like Ember, Meteor, or Angular. Be sure If your bug is reproduced by a maintainer it will be asssigned the [`confirmed bug`](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aopen+is%3Aissue+label%3A%22Confirmed+Bug%22) tag. Browsing this tag is a good way to keep track of known issues with SUI. -### Naming Issues +#### Naming Issues Semantic UI boards use a special naming convention to help tag issue titles by the component the issue is related to. -#### Bugs +##### Bugs Please tag titles in the format "[Component] *Sub-type* should do *correct behavior*". Please use standard [title case](http://www.titlecase.com) for titles, including the bracketed tag. For example @@ -34,7 +34,7 @@ For example * [Validation] - E-mail Validation Should Handle Cyrillic * [Button] - Grouped Buttons Should Display Correctly on Mobile -#### Enhancements +##### Enhancements For new feature requests, you can use the format "[Component] Add *new feature*"