From 8d64cf39529e06b5acd97faeca4e61497fd49158 Mon Sep 17 00:00:00 2001 From: davegandy Date: Mon, 17 Jun 2013 11:00:27 -0400 Subject: consistency in bullets --- CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09bf3c4c0..cc2530cd8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,18 +17,18 @@ We only accept issues that are icon requests, bug reports, or feature requests. ## Key branches -- `master` is the latest, deployed version (not to be used for pull requests). -- `gh-pages` is the hosted docs (not to be used for pull requests). -- `*-wip` branches are the official work in progress branches for the next releases. All pull requests should be submitted against the appropriate branch. +- `master` is the latest, deployed version (not to be used for pull requests) +- `gh-pages` is the hosted docs (not to be used for pull requests) +- `*-wip` branches are the official work in progress branches for the next releases. All pull requests should be submitted against the appropriate branch ## Notes on the repo As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered by Jekyll templates and built before each commit and release. -- `_config.yml` - much of the site is driven off variables from this file, including Font Awesome and Bootstrap versions. -- `src/` - All edits to documentation, LESS, SCSS, and CSS should be made to files and templates in this directory. -- `src/icons.yml` - all LESS, SCSS, and CSS icon definitions are driven off this single file. +- `_config.yml` - much of the site is driven off variables from this file, including Font Awesome and Bootstrap versions +- `src/` - All edits to documentation, LESS, SCSS, and CSS should be made to files and templates in this directory +- `src/icons.yml` - all LESS, SCSS, and CSS icon definitions are driven off this single file @@ -59,13 +59,13 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered - Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`) - End all lines with a semi-colon - For multiple, comma-separated selectors, place each selector on it's own line -- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks). +- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks) ## License -By contributing your code, you agree to license your contribution under the terms of the MIT License +By contributing your code, you agree to license your contribution under the terms of the MIT License: - http://opensource.org/licenses/mit-license.html -- cgit v1.2.3