1
0
forked from MDL29/JacoBot

15: improve README: license, contributing: PR branch naming.

This commit is contained in:
Christian Jacolot 2024-04-25 11:32:10 +02:00
parent 6b916f3d10
commit b0e529ef1d

View File

@ -17,6 +17,18 @@ Contributing to the code:
* create tickets
* fork the repository
* create a branch from a ticket
* branch name contains the number of the ticket and the label using **underscore** instead of space character
* example:
* ticket:
`
37: Create motor encoder Fritzing component.
`
* branch name:
`
37_create_motor_encoder_fritzing_component
`
* push PR
Code: