Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.99 KB

CONTRIBUTING.md

File metadata and controls

36 lines (25 loc) · 1.99 KB

Contribute To Attachment Slugs for WordPress

Community made patches, bug reports and contributions are always welcome and are crucial.

When contributing please ensure you follow the guidelines below so that I can keep on top of things.

Note:

GitHub is for bug reports and contributions only - if you have a support question or a request, don't post here. Use WordPress.org for community support.

Getting Started

Making Changes

  • Fork the repository on GitHub
  • Make the changes to your forked repository
  • When committing, reference your issue (#1234) and include a note about the fix.
  • Push the changes to your fork and submit a pull request to the 'dev' branch of the attachment-slug repository.
  • Please don't modify the changelog - this will be maintained by me.
  • Please don't add your localizations or update the .pot files - this will be maintanied by me. To contribute to the localization of Attachment Slug, please join the Attachment Slug Transifex project.

At this point you're waiting on me to merge your pull request. I'll review all pull requests, and make suggestions and changes if necessary.

Additional Resources