update issue information

This commit is contained in:
Dennis Eichhorn 2020-01-12 17:54:33 +01:00
parent 61f2ea2693
commit 535a6ac344

View File

@ -8,11 +8,18 @@ For the code style and best practices please have a look at the developer-guide
### Suggestions
If you have a good idea for improvement feel free to create a new issue with all the relevant information.
If you have a good idea for improvement feel free to create a new issue with all the relevant information.
### 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:
```js
/**
* @todo Orange-Management/jsOMS#ISSUE_NUMBER
* Description for the issue
*/
```
### Code Style