Update Contribution.md

This commit is contained in:
Andrei Yankovich 2021-04-08 21:32:42 +03:00 committed by GitHub
parent 3939b54803
commit 78f91f915b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.