Skip to content

Naming your branches

Luca Martial edited this page Dec 19, 2022 · 6 revisions

When attacking an issue, the new branch you create should be named issue-[the issue number]-couple-words-describing-issue.

For example, issue #20 was created to rename a parameter in the noisy label testing function to something more descriptive. The branch name was issue-20-rename-k-param.

When preparing a release, use the following name (change the version number): release-0.0.1

Clone this wiki locally