Thank you for contributing to the Mavenlink Design System! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
Mavenlink has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
master. - Make your changes. Be sure to look at our component design principles!
- Add or update tests if necessary. Be sure to look at our testing philosophy!
- If updating an exported component, add an entry in the "unreleased" section of the changelog. See this example commit.
- Ensure the test suite passes by running
yarn test - Ensure the linter passes by running
yarn lint - Make a pull request
- Verify the Github Page is working appropriate. The URL is of the form
https://mavenlink.github.io/design-system/$BRANCHwhere$BRANCHis the branch name.
yarn start
and visit localhost:6060 in your browser.
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's a concern.
We use GitHub issues to track public bugs. Report a bug by opening a new issue. Please provide details, background, and sample code if possible.
yarn test -oruns only changed test files