Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
consistency in bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Jun 17, 2013
1 parent 5f2e296 commit 8d64cf3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down Expand Up @@ -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


Expand Down

0 comments on commit 8d64cf3

Please sign in to comment.