Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.15 KB

contributing.md

File metadata and controls

27 lines (22 loc) · 1.15 KB
title layout seo-title description keywords category
contributing
default
Contributing
Guidelines on how to give back to this library.
contributing
contributing

{{page.title}}

{{ page.description }}

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