Skip to content

Labels

Labels

  • A PR aimed at fixing an issue or defect in the existing
  • Reviewers request changes after their initial review.
  • A PR that handles maintenance tasks or updates that don’t affect the user experience directly.
  • A PR focused on updating or creating documentation.
  • PR is an ongoing work and is not ready to be reviewed
  • A PR that introduces a new feature or functionality.
  • A PR aimed at improving the performance of the application.
  • All tests and checks have passed, and the code is ready for merge
  • PR is complete and ready for initial review.
  • A PR that restructures or optimizes existing code without changing its external behavior.
  • A PR that addresses security vulnerabilities or hardens the system against attacks.
  • A PR that adjusts code style, formatting, or non-functional aspects like naming conventions.
  • A PR aimed at adding or improving tests.