Pull Request (PR) Analysis
The Pull Request (PR) analysis process helps ensure that your code changes meet accessibility standards before they are merged into the main branch.
1. Create a Short-Lived Branch
Start by creating a new short-lived branch specifically for your changes.
2. Implement and Commit Changes
Make the necessary changes in your code, then commit them to the newly created branch.
3. Review PR Decoration
Check the pull request for any insights, quality gate feedback, or analysis results provided by the CI/CD tool.
4. Adjust the A11y Quality Gate
If needed, adjust the A11y Quality Gate settings to ensure the new code meets accessibility standards.
5. Optionally Re-run the Analysis
If modifications were made based on the initial analysis, re-run the analysis to confirm the updates are compliant.