diff --git a/Contribution.md b/Contribution.md index 53334d6..02a4146 100644 --- a/Contribution.md +++ b/Contribution.md @@ -13,7 +13,7 @@ When developer are begin work on selected issue then he must be create a pull request with name of the solving issue. 1. The name (title) of the pull request must be marked as a [WIP] (Work In Progress) if the developer still works on a selected issue. - > Exmaple [WIP] My Pull Request. + > **Exmaple**: [WIP] My Pull Request. 3. When developer finished work on issue he must be remove WIP marker. 4. The discription of the pull request must be contains the **fix #XXX** label. 5. If The pull request contains difficult solution or changes then a description of the pull request must be contains detailed description of the all changes in a code.