1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-17 21:16:40 +02:00
bemenu/README.md
2014-03-18 22:03:32 +01:00

1.1 KiB

bemenu

Dynamic menu library and client program inspired by dmenu

License

Project Guidelines

  • Coding style
  • Build system - CMake
  • API documentation - Doxygen (JavaDoc style comments)
  • Branches
    • master - stable releases (permanent)
    • develop - development (permanent), merge back to master
    • dev/topic - topic related development (temporary), branch off from develop and merge to develop
    • hotfix/issue - stable release bugfixes (temporary), branch off from master and merge to master and develop