back to home
contribute to toolbits
help make this better for everyone
how to contribute
1
fork the repo
fork the toolbits repository to your github account. this creates your own copy where you can make changes.
2
make your changes
add new tools, fix bugs, improve docs, whatever makes sense. just make sure it works and follows the existing code style.
git clone https://github.com/yourus
ername/toolbits.git
cd toolbits
npm install
npm run dev3
submit a pull request
once you're done, commit your changes and push to your fork. then open a pull request with a clear description of what you changed and why.
what i'm looking for
- it works: test your stuff across different browsers and devices before submitting
- responsive: tools should work on mobile, tablet, and desktop without issues
- clean code: follow the existing style. keep things readable and maintainable
- documentation: if you add something new, explain how it works
- fast: keep things lightweight and performant
- accessible: make sure your tools work for everyone
what happens next
i'll review your pr to make sure everything looks good. mainly checking:
- does it actually work
- is it responsive
- does the code make sense
- does it break anything else
- is there enough documentation
if everything checks out, i'll merge it and it'll go live. simple as that.