π©βπ» π π¨βπ»
Fork this repository
# Clone your fork
$ git clone your-fork-url
# Create a branch with your feature
$ git checkout -b my-branch
# Commit the changes
$ git commit -m 'feature my changes'
# Push to your branch
$ git push origin my-branch
}