Skip to content

Naming your branches

Luca Martial edited this page Dec 17, 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.

Clone this wiki locally