Skip to content

Labels

Labels

  • Something isn't working: should prefix branch by fix/
  • Improvements or additions to documentation: should prefix branch by docs/
  • New feature or request: should prefix branch by feat/
  • A code change that improves perforamnce: should prefix branch by perf/
  • Clean up of UI, UX or phrasing (small changes <30mn): should prefix branch by polish/
  • Refactor code structure or implementation: should prefix branch by refactor/
  • Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons etc
  • Adding missing tests or correcting existing tests: should prefix branch by test/
  • This will not be worked on