Responsibilities
Create issues for any significant changes and enhancements you wish to make. Discuss things transparently, and get community feedback. Keep feature versions as small as possible, preferably one new feature per commit. All Code Changes Happen Through Pull Requests Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
Fork the repo and create your branch from main
. Add tests if you've added code that should be tested. If you've changed APIs, update the documentation. Ensure the test suite passes. Make sure you lint your code. Open a pull request! Here are a couple of friendly tutorials you can include: https://makeapullrequest.com/ and https://www.firsttimersonly.com/
Are you working on your first Pull Request? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub .
Any Contributions You Make Will Be Under the MIT Software License In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that is a concern.
Use a Consistent Coding Style Please follow and use the practices under the Structure and Code page .
Documentation Learn about Spruce CSS through our extensive documentation.
Components Explore our extensive UI library built with Spruce CSS.
Blog Read about front-end development and concepts of Spruce CSS.
Find us on GitHub Did you find a bug? Have an idea or a question? Please open an issue to help us develop the project.