|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of your changes --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an "x" --> |
| 8 | + |
| 9 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 10 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 11 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | +- [ ] 📝 Documentation update |
| 13 | +- [ ] 🧪 Test update |
| 14 | +- [ ] ♻️ Refactoring (no functional changes) |
| 15 | + |
| 16 | +## Related Issue |
| 17 | + |
| 18 | +<!-- Link to the issue this PR addresses, if applicable --> |
| 19 | + |
| 20 | +Fixes #(issue number) |
| 21 | + |
| 22 | +## Changes Made |
| 23 | + |
| 24 | +<!-- List the specific changes made in this PR --> |
| 25 | + |
| 26 | +- |
| 27 | +- |
| 28 | +- |
| 29 | + |
| 30 | +## Testing |
| 31 | + |
| 32 | +<!-- Describe the tests you ran to verify your changes --> |
| 33 | + |
| 34 | +- [ ] Ran `dist/tests/run-fixture-tests.sh` - All tests pass |
| 35 | +- [ ] Tested against real WordPress plugin/theme |
| 36 | +- [ ] Added new test fixtures (if applicable) |
| 37 | +- [ ] Verified no new issues in `dist/tests/fixtures/clean-code.php` |
| 38 | + |
| 39 | +## Checklist |
| 40 | + |
| 41 | +<!-- Mark completed items with an "x" --> |
| 42 | + |
| 43 | +- [ ] My code follows the project's coding standards |
| 44 | +- [ ] I have updated the documentation (README.md, CHANGELOG.md) |
| 45 | +- [ ] I have added tests that prove my fix/feature works |
| 46 | +- [ ] All new and existing tests pass |
| 47 | +- [ ] I have updated CHANGELOG.md with my changes |
| 48 | +- [ ] **I have read and agree to the [Contributor License Agreement (CLA)](../CLA.md)** |
| 49 | + |
| 50 | +## CLA Signature |
| 51 | + |
| 52 | +<!-- REQUIRED: By submitting this PR, you must agree to the CLA --> |
| 53 | + |
| 54 | +**For first-time contributors:** Please comment below with: |
| 55 | + |
| 56 | +``` |
| 57 | +I have read and agree to the CLA |
| 58 | +``` |
| 59 | + |
| 60 | +This is a one-time requirement. Once signed, you can contribute to all future PRs without re-signing. |
| 61 | + |
| 62 | +**Questions about the CLA?** See [CLA.md](../CLA.md) or email cla@hypercart.com |
| 63 | + |
| 64 | +--- |
| 65 | + |
| 66 | +## Additional Notes |
| 67 | + |
| 68 | +<!-- Any additional information that reviewers should know --> |
| 69 | + |
0 commit comments