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

Latest commit

 

History

History
13 lines (11 loc) · 797 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 797 Bytes

How To Contribute

WebDevStudios welcomes contributions and bug fixes from third-parties. Here are the steps to get started:

  • Create an Issue so we can all discuss your idea
  • Create a feature/hotfix branch off master
  • Commit code changes to your feature/hotifx branch
  • Continue to merge master into your feature/hotifx branch so it stays current
  • Test across all major browsers
  • Accessibility testing (both WCAG 2.1AA and Section 508)
  • Must pass PHPCS, ESLint, and CSS Linting
  • Submit a Pull Request and reference your Issue #
  • If everything tests out on our end, we may merge in your Pull Request