Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 796 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 796 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
  • Fork wd_s
  • Create a feature/hotfix branch off main
  • 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 Stylelint assertions
  • Submit a Pull Request and reference your Issue #
  • If everything tests well on our end, we may merge in your Pull Request