cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.06k stars 397 forks source link

I want to contribute, where do I start? #1359

Open kof opened 4 years ago

kof commented 4 years ago

Hey,

if you want to contribute but don't know where to start, write a comment here, ideally give me some hints on what kind of issue you are looking for:

I will suggest you a few issues and will try to guide you through the requirements.

Best, Oleg

half-halt commented 3 years ago

I am happy to help, I've spent some time messing with concurrent mode, and createUseStyles.

kof commented 3 years ago

@half-halt want to send a PR?

Issam-AB commented 3 years ago

Yes, that's fine, please email me I want to know more about how contribute good about this.

kof commented 3 years ago

@Issam-AB feel free to describe what you want to work on or what you are looking for and what kind of troubles you had so far with contributing!

rishabhrathod01 commented 3 years ago

@kof ( Not sure if this is best place to put it. )

I have been working on css-to-js, a vscode extension which can help CssinJs users to migrate from css to CssInJs. ( which was my need for few of the projects. )

it Handles

PS - i tried using online tools (like transform-tools or popular css-in-js extention ) but none of them solved all the issues.

I would be glad if this extension can be of any help to other cssInJs library users.

kof commented 3 years ago

@Rishabh-Rathod we have a list of community projects https://cssinjs.org/community-projects?v=v10.5.0 also consider contributing to existing tools if possible

rishabhrathod01 commented 3 years ago

@kof

Thanks for the list. As per the list of projects jss-codemorphs is solving similar problem. As per my research Pseudo Class Support is missing. i have raised an issue .. looking forward to contribute to it.

jedwards1211 commented 3 years ago

It's not that pseudo classes aren't supported, it's just not good about converting multiple references to the same class selector in flat CSS to $className references yet.

mdsadiq commented 2 years ago

@kof i would like to start my contribution from low complexity and react. i have just started ts as well any suggestions ?

kof commented 2 years ago

@mdsadiq consider these and these let me know if you need further help in the corresponding issues

dksingla commented 2 years ago

Hello @kof,

I would like to solve low complexity bugs. I can work with ts, react.

kof commented 2 years ago

hi @dksingla, I have labeled a few https://github.com/cssinjs/jss/issues?q=is%3Aopen+is%3Aissue+label%3Acomplexity%3Alow

Otherwise try to read through the issues and see what will make sense to you