# ##PROJECT_SHORT_DESC##
 
##DOCUMENTATION_TRIVIAL_EXAMPLE##
 
# Installation
 
# Howto's
 
# Configuration
 
# Hacking
 
##DOCUMENTATION_HACKING_INTRO##
 
## Get the sources
 
```bash
    git clone https://github.com/ovh-ux/##PROJECT_NAME##.git
    cd ##PROJECT_NAME##
    ##PROJECT_SETUP_INSTRUCTIONS##
```
 
You've developed a new cool feature? Fixed an annoying bug? We'd be happy
to hear from you!
 
Have a look in [CONTRIBUTING.md](https://github.com/ovh/##PROJECT_NAME##/blob/master/CONTRIBUTING.md)
## Run the tests
 
##DOCUMENTATION_TESTING##
 
## Build the documentation
 
##DOCUMENTATION_BUILD_DOC##
 
<any other relevant section like "Supported APIs">
 
# Related links
 
 * Contribute: https://github.com/ovh/##PROJECT_NAME##/blob/master/CONTRIBUTING.md
 * Report bugs: https://github.com/ovh/##PROJECT_NAME##/issues
 * Get latest version: ##PROJECT_RELEASE_PAGE##