diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80ecef3..b9dc7a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.