Open
Description
Is your feature request related to a problem? Please describe
Currently, we are experiencing deployment issues due to formatting errors in PRs. The GitHub Actions are not working properly, and as a result, formatting errors can cause the deployment to fail, even after the PR is merged.
Describe the solution you'd like
I suggest adding a checkbox to the PR template where contributors confirm that they have checked for formatting errors before submitting the PR. This would help catch formatting issues before they cause deployment problems.
Describe alternatives you've considered
No response
Additional context
This feature would help ensure smoother deployments by making it easier for contributors to confirm that their code is free from formatting errors, which have previously caused deployment failures.
Are you working on this?
Yes