From 535a6ac3441abf984f96f79da231620cdb1f7f12 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 12 Jan 2020 17:54:33 +0100 Subject: [PATCH] update issue information --- CONTRIBUTING.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0f7afa..9c15f84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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