contributing

Guidelines on how to give back to this library.

We don’t know everything! We welcome pull requests and spirited, but respectful, debates. Please contribute via pull requests on GitHub.

All contributions to the component library should be tested against version 2.1 of the Web Accessibility Content Guidelines (WCAG 2.1)

  1. Checkout the develop branch of the component-library.
  2. Create your feature branch: git checkout -b component/my-new-component
  3. Commit your changes: git commit -m 'Added some great feature!'
  4. Push to the branch: git push origin component/my-new-component
  5. Submit a pull request

View the project readme on github for further information