jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

Typography: Added basic styles for paragraphs and lists #142

Closed thejdeep closed 7 years ago

jquerybot commented 8 years ago

Thank you for your pull request. It looks like this may be your first contribution to a jQuery Foundation project, if so we need you to sign our Contributor License Agreement (CLA).

:memo: Please visit http://contribute.jquery.org/CLA/ to sign.

After you signed, the PR is checked again automatically after a minute. If there's still an issue, please reply here to let us know.


If you've already signed our CLA, it's possible your git author information doesn't match your CLA signature (both your name and email have to match), for more information, check the status of your CLA check.

geekman-rohit commented 8 years ago

@thejdeep please sign our CLA at http://contribute.jquery.org/CLA/

thejdeep commented 8 years ago

Done. I am waiting for it to re-check.

thejdeep commented 8 years ago

@geekman-rohit Shouldn't be taking this long ?

geekman-rohit commented 8 years ago

@thejdeep the bot doesn't update automatically, it will update the next time you push a commit .

If its time to pull in ur PR and the label is not updated, I'll confirm with the team that you have signed and update the label manually.

arschmitz commented 8 years ago

@geekman-rohit the CLA does recheck automatically once a minute or so this is an actual failure.

@thejdeep the problem is you need to sign with your full name ( which i see you did at first ) but the name in your git config is just your first name and thats what its matching and checking against. It finds a match but fails on it only having first name. It should say this in the error details but looks like its returning a 404 on the link sorry about that!

geekman-rohit commented 8 years ago

@thejdeep you'll have to pull in latest commits and rebase to resolve conflicts

sfrisk commented 8 years ago

Is there a visual demo of paragraph and list tags?

thejdeep commented 8 years ago

Will work on this over the next few days. Was swamped with finals.

sfrisk commented 8 years ago

Any updates?