Remember, this library has low standards and just about no matter what you contribute will be merged (as long as it isn't destructive or offensive). However, there are few rules to follow.
- You can use the
playground
app to test out your contribution, but don't include changes you have made to theplayground
app in your pull request - You should follow the
worst-*
naming convention for your selectors, and also export your contributions in the form ofWorst*Module
(e.g.WorstTableModule
,WorstButtonModule
) - Use the existing folder structure for exporting components
- You can make wackier changes if you want, add folders and so on. Do whatever you like for the experience, it might just mean your changes won't be merged (they might be though!)
To make a contribution, you will need to:
- Make a fork of this repository
- Clone your fork to your machine and make your changes
- Send a pull request back to this repository