See the many ways you can contribute to CoCart
{}
brackets is a placeholder). short-slug should be replaced with a short name that best describes the changes, do ask for confirmation if needed.
refactor/{short-slug}
for refactors.test/{short-slug}
for changes that are only test updates or additions.fix/{short-slug}
for changes that fix a bug. Provide the issue number the fix is for and include that in the branch name.add/{short-slug}
for changes that are adding a new feature.printf/sprintf
, if you are replacing more than 1 string, use numbered args. e.g. Test %s string %s.
would be Test %1$s string %2$s.
Some Thing
should be Some thing
.sprintf
.