Update Contribution.md

This commit is contained in:
Andrei Yankovich 2021-04-08 21:28:43 +03:00 committed by GitHub
parent 127ec0076d
commit a5ec226899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
When developer are begin work on selected issue then he must be create a pull request with name of the solving issue. 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 of the pull request must be marked as a WIP (Work In Progress) if the developer still works on a selected issue. 1. The name of the pull request must be marked as a [WIP] (Work In Progress) if the developer still works on a selected issue.
2. When developer finished work on issue he must be remove WIP marker. 2. When developer finished work on issue he must be remove WIP marker.
3. The discription of the pull request must be contains the **fix #XXX** label. 3. The discription of the pull request must be contains the **fix #XXX** label.
4. 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. 4. 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.
@ -27,4 +27,4 @@ Descriptions of commits
3. If commit do not have a any issues then commit should be contains detailed description about changes. 3. If commit do not have a any issues then commit should be contains detailed description about changes.
# And good luck it will be useful to you 😉 # And good luck it will be useful to you 😉