Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.35 KB

#Contributing to Sell Media

Code contributions, patches, localizations and bug reports are always welcome and are critical to the success of Sell Media. Please follow these guidelines when contributing to Sell Media:

Please Note: GitHub is for bug reports and contributions only. Feature requests, extension ideas and general support inquiries can be send here: [email protected]

Getting Started

  • File an issue on the Issue Tracker, assuming one does not already exist.
  • Clearly describe the issue, including steps to reproduce the bug.
  • Attach screenshots to the issue.

Making Changes

  • Fork the repository on GitHub
  • Make the changes to your forked repository
  • Adhere to WordPress Coding Standards
  • When committing, reference your issue (if present) and include a note about the fix
  • Push the changes to your fork and submit a pull request to the 'master' branch of the Sell Media repository

Translations

  • Please refer to the readme.txt file located inside the sell_media/languages/ folder

Additional Resources