> For the complete documentation index, see [llms.txt](https://docs.qyrus.com/mobile-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qyrus.com/mobile-testing/.github/version_branch_checklist.md).

# version\_branch\_checklist

### Developement Checklist

* [ ] Unit Test provided
* [ ] Deprecated code removed
* [ ] Commented code removed
* [ ] Syntax & Formatting is correct
* [ ] Is the approach to the problem appropriate?
* [ ] Are there enough comments inline with the code?
* [ ] Does the PR follow development standards?
* [ ] Are the naming conventions appropriate?
* [ ] Are there any breaking changes which might impact cli-adapters? Is it notified to plugin dev team?
* [ ] Property files updated?

### Security Checklist

* [ ] Authorization has been implemented across these changes
* [ ] Injection has been prevented (parameterized queries, no eval or system calls)
* [ ] Any web UI is escaping output (to prevent XSS)
* [ ] Sensitive data has been identified and is being protected properly

### Pre Deployment Checklist

This section lists any additional steps to deploy the PR
