bokehtek / manager
A manager system for Bokeh Teknology products.
dev-master / 1.0.x-dev
2012-09-16 07:18 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2025-06-07 15:59:51 UTC
README
Manager is a component that allows you to manage some Bokeh Teknology products.
CONTRIBUTE
- Fork it
- Create an account on Tracker
- Create a ticket
- Create a branch
ticket/mg-12345
(git checkout -b ticket/mg-12345
) - Commit your changes (first line ticket ID, more details can be added on other lines) (
git commit -am "Ticket MG-12345"
) - Push to your fork (
git push origin ticket/mg-12345
) - Send us a Pull Request
You need to replace 12345
with your ticket ID.