add issue information

This commit is contained in:
Dennis Eichhorn 2020-05-22 17:31:23 +02:00
parent 44a2c46ecd
commit 61d1d7a9f1

View File

@ -16,11 +16,13 @@ Feel free to grab any open issue implement it and create a new pull request. Mos
```php
/**
* @todo Orange-Management/Modules#ISSUE_NUMBER
* @todo Orange-Management/Orange-Management#ISSUE_NUMBER [d:difficulty]
* Description for the issue
*/
```
The issue information can be used to provide additional information such as priority, difficulty and type. For your first issue try to find a issue marked `[d:first]` or `[d:beginner]`.
### Code Style
Not always are the defined coding style standards upheld, if you notice that simply create a new pull request with the fix.