Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.04 KB

contributing.md

File metadata and controls

25 lines (21 loc) · 1.04 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. Fork the [component]({{ site.baseurl }}/components) you want to contribute to.
  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