Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-06-17 19:00:27 +0400
committerdavegandy <dave@davegandy.com>2013-06-17 19:00:27 +0400
commit8d64cf39529e06b5acd97faeca4e61497fd49158 (patch)
tree2fbca1b06153fb2caa5d8c3e67c8a93e78cf6716 /CONTRIBUTING.md
parent5f2e2960ce76783a1d99af0f5c3f105b0c62da3a (diff)
consistency in bullets
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 8 insertions, 8 deletions
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