add issue information

This commit is contained in:
Dennis Eichhorn 2020-05-22 17:31:23 +02:00
parent 253f0ead2a
commit cdbe4dbe91

View File

@ -16,11 +16,13 @@ Feel free to grab any open issue implement it and create a new pull request. Mos
```php ```php
/** /**
* @todo Orange-Management/Modules#ISSUE_NUMBER * @todo Orange-Management/Orange-Management#ISSUE_NUMBER [d:difficulty]
* Description for the issue * 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 ### Code Style
Not always are the defined coding style standards upheld, if you notice that simply create a new pull request with the fix. Not always are the defined coding style standards upheld, if you notice that simply create a new pull request with the fix.