From 41b1d3d8376549dd0252d2b9389a2aa2bdc7bb91 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 May 2020 17:31:23 +0200 Subject: [PATCH] add issue information --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.