HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/.cursor/pull-request-template.mdc
---
description: This should be used every time when generating a pull request
globs: 
alwaysApply: false
---
---
description: Helpful for producing pull requests related to this repository.
globs:
alwaysApply: false
---
## Purpose

This is our pull request template for the godaddy-launch repository. It provides a consistent structure for describing code changes, their impact, and testing approach.

## Usage Instructions

The following is the pull request template that should be filled out when a user is requesting you to provide a pull request description.

### Description

<!-- Please describe what you have changed or added -->

### Ticket

<!-- Please provide the Jira Ticket Number if applicable -->
<!-- Usually this is the exact same as the branch name e.g. AIWD-504 -->

### How to test?

<!-- Please describe how these changes have been tested and should be tested by the reviewers -->

### Screenshots

<!-- if applicable -->

### Checklist:

-   [ ] My code is tested
-   [ ] I've added or updated any necessary tests (unit tests and e2e/integration tests) <!-- if applicable -->
-   [ ] I've added or updated any relevant documentation <!-- if applicable -->

---

For Release Notes:
(Add bullets that begin with one of "Added", "Removed", "Fixed", or "Changed")

```markdown
-   Added for example
```