# ๐ฆ Pull Request Template
## Description
Please include a summary of the changes and the related context. If this is a feature, explain the motivation. If it's a bug fix, describe what was broken.
Fixes: #<issue-number> _(if applicable)_
## Type of Change
Please check the relevant option(s):
- [ ] ๐ Bug fix
- [ ] โจ New feature
- [ ] ๐งน Code cleanup or refactor
- [ ] ๐ Documentation update
- [ ] ๐ง Build or CI-related change
- [ ] ๐ Security fix
- [ ] Other (specify):
## How Has This Been Tested?
Please describe the test strategy:
- [ ] Manual testing
- [ ] Unit tests
- [ ] Integration tests
- [ ] Not tested yet
Commands used (if applicable):
```bash
# Example
my-cli-tool build --verbose
my-cli-tool test
````
## Checklist
* [ ] I have followed the [Contributing Guidelines](../blob/main/CONTRIBUTING.md)
* [ ] I have added tests or explained why they are not needed
* [ ] I have updated relevant documentation (README, examples, etc.)
* [ ] My changes follow the [Conventional Commits](https://www.conventionalcommits.org/) specification
* [ ] My commits include appropriate [Gitmoji](https://gitmoji.dev/)
## Additional Context
Add any additional context or screenshots if necessary.