update issue information

This commit is contained in:
Dennis Eichhorn 2020-01-12 17:54:24 +01:00
parent 13fe7f1061
commit b58fdb1361

View File

@ -12,7 +12,14 @@ If you have a good idea for improvement feel free to create a new issue with all
### Issues ### Issues
Feel free to grab any open issue implement it and create a new pull request. Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code and have the following structure:
```php
/**
* @todo Orange-Management/phpOMS#ISSUE_NUMBER
* Description for the issue
*/
```
### Code Style ### Code Style