-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for collaborators #7
Comments
The thing that I think would help the most in bringing me or some other potential contributor up to speed on the intentions module would be an example how it would get used. How would a tool like stylelint use this? Would stylelint have to run |
css-values is a tool to create modules (or other things). So if we wanted to make a plugin for stylelint, we would install css-values as a development dependency, and then I haven't decided on |
Ok, I'd like to try to talk through some details and you correct me if I'm wrong :)
So if stylelint made a rule that uses generated functions to check for invalid values, it would
Does the above sound right? This kind of practice really helps me understand new things. |
Spot on, yeah. Note that in addition to |
Thanks for the confirmation. Will probably dig in pretty soon. Meanwhile, just ran across this: http://www.slideshare.net/maxdesign/understanding-the-mysteries-of-the-css-property-value-syntax. You probably already reviewed that information when making the parser. Helped me. |
This is also a good resource. 😄 https://developer.mozilla.org/en/docs/Web/CSS/Value_definition_syntax |
@ben-eb I can be an collaborator :) Atm I'm not familiar with API yet, but I can help with property coverage for a first time. |
@delorge I've sent an invite so you can contribute directly to this repo if you would like! I think there are a few more simple tasks in this format (#10), if you would like to take those also it would be really great;
|
@ben-eb okay, I will take a look today or next week |
Any contributions are welcome, as this is such a big project I don't feel like I can handle it all by myself. Indeed, currently we have nearly 4000 tests that are generated for the output module!
These contributions can be (but are not limited to) tests (passing/failing), improving the code coverage, documentation of current code (perhaps we should look into some automated documentation?), features, bug fixes, advice for implementing more properties, or helping me tackle anything that is labelled 'help wanted'.
I'm open to adding collaborators directly to the repository if I already know you, or after a first pull request if I don't. 😄
The text was updated successfully, but these errors were encountered: