From e8d66f9649ed205a9d07e8ec5f7e3ce334efcd0b Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sat, 23 Apr 2016 00:24:27 -0500 Subject: [PATCH] fix typo. remove irrelevant info --- .github/CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b189725..1c16941 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -18,9 +18,6 @@ These are just guidelines, not rules, use your best judgment and feel free to pr [Style Guides](#styleguides) * [Git Commit Messages](#git-commit-messages) - * [CoffeeScript Styleguide](#coffeescript-styleguide) - * [Specs Styleguide](#specs-styleguide) - * [Documentation Styleguide](#documentation-styleguide) [Additional Notes](#additional-notes) * [Issue and Pull Request Labels](#issue-and-pull-request-labels) @@ -43,7 +40,7 @@ Before creating bug reports, please check [this list](#before-submitting-a-bug-r #### Before Submitting A Bug Report -* **Most importantly, check to see if you can reproduce the problem while using the latest version of the product/project from its [`master` branch](https://github.com/numixproject/numix-gtk-theme/tree/master). +* **Most importantly**, check to see if you can reproduce the problem while using the latest version of the product/project from its [`master` branch](https://github.com/numixproject/numix-gtk-theme/tree/master). * **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Anumixproject)** to see if the problem has already been reported. If it has, add a *thumbs up* reaction to the existing issue instead of opening a new one. Only add comments to issues when you have new information to provide that is relevant to the issue. #### How Do I Submit A (Good) Bug Report?