Currently, bug reports and feature requests are manually reviewed, which may lead to delays and missed checks.
Implement a CI/CD pipeline that automatically runs on:
New bug reports
New feature requests
Pull requests linked to them
The pipeline should:
Validate issue templates
Run linting and tests
Block merging if checks fail
This will improve code quality, faster feedback, and smoother collaboration.