From 93b63c39fe1a17aa78636b7da5e34293f3043c4c Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 18 Mar 2016 11:56:36 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a007fe900..aed1e2998 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ If your bug is reproduced by a maintainer it will be asssigned the [`confirmed b Semantic UI boards use a special naming convention to help tag issue titles by the component the issue is related to. #### 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. +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 * [Dropdown] Multiple Selection Should Preserve "Set Selected" Order @@ -34,7 +34,7 @@ For example #### Enhancements -For new feature requests, you can use the format "[Component] Add (new feature)" +For new feature requests, you can use the format "[Component] Add *new feature*" For example * [Dropdown] Add "Clearable" Setting