Skip to content

Labels

Labels

  • bug

    Something isn't working: should prefix branch by fix/
  • docs

    Improvements or additions to documentation: should prefix branch by docs/
  • feat

    New feature or request: should prefix branch by feat/
  • perf

    A code change that improves perforamnce: should prefix branch by perf/
  • polish

    Clean up of UI, UX or phrasing (small changes <30mn): should prefix branch by polish/
  • refactor

    Refactor code structure or implementation: should prefix branch by refactor/
  • style

    Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons etc
  • test

    Adding missing tests or correcting existing tests: should prefix branch by test/
  • wontfix

    This will not be worked on