1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00

nuke some things, update readme and roadmap to mention cla

This commit is contained in:
Mark Otto 2015-03-23 09:55:32 -07:00
parent 2285389c24
commit 5a3186bd43
3 changed files with 3 additions and 8 deletions

View File

@ -139,6 +139,8 @@ Check in `bower.json` and all changes under `vendor/assets/bower_components`.
## Contributing
By contributing to Primer, you agree to the terms presented in our [CLA](CLA.md). *More information will be provided here soon.*
When contributing changes to Primer, be sure to do the following steps when opening a pull request:
1. Bump the version number in `bower.json` (it's purely placebo right now, but it's good habit) and `package.json`.

View File

@ -1,8 +0,0 @@
task :test do
lints = `scss-lint scss/primer.scss`
if lints != ''
abort("scss-lint of the .scss files failed!\n#{lints}")
end
end
task :default => :test

View File

@ -8,6 +8,7 @@ A brief—and incomplete—look at potential future Primer updates with a focus
## v2
- [ ] Add Hound CI for SCSS linting
- [ ] Document the `user-content` repo somehow
- [ ] Clarify usage of CLA in our docs
## v3
- [ ] Refactor alerts to reduce selectors and overrides