Skip to content

Labels

Labels

  • architecture

    Design and configuration choices that affect the way components of the application communicate
  • bug

    A problem or error
  • configuration

    Updates to CI/CD, cloud configurations, and other DevOps tasks that aren't architecture changes
  • documentation

    Improvements or additions to documentation
  • feature

    New functionality or feature of the application
  • hotfix

    Something isn't working in production and needs fixing ASAP
  • refactor

    Code changes to improve the quality and design of the application without changing functionality
  • release

    Releases from the master branch
  • spike

    Explore potential solutions to a problem, sometimes involving creating a small sample implementation
  • testing

    Adding, rewriting, or fixing automated tests