Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.76 KB

File metadata and controls

40 lines (24 loc) · 1.76 KB

Pull Request Template for Transliteration – WordPress Transliteration Plugin

Thank you for contributing to the Transliteration WordPress plugin! To help us review your contribution efficiently, please fill out the following information as completely as possible.

Description

Please include a detailed description of your changes. Explain the purpose of your changes, how they improve the plugin, and any additional context that might be relevant.

Related Issue(s)

Mention any related issues or existing pull requests here. If your pull request solves an issue, include “Fixes #issue_number” in this section.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

Before submitting this pull request, please make sure:

  • You have followed the WordPress coding standards.
  • Your code has been tested and all tests pass.
  • You have updated the documentation (if necessary).
  • You have read the CONTRIBUTING.md document.
  • The code changes are only for the intended purpose and do not include unrelated updates or changes.

Testing Instructions

Please provide detailed instructions for testing your changes. Include any specific conditions under which your changes should be tested, such as a particular WordPress version or environment setup.

Additional Information

Feel free to include any additional information or screenshots that might help the review process.


By submitting this pull request, I confirm that my contribution is made under the terms of the GPL-2.0+ license.