@phd sorry, my bad and yes you are right. the Contributions only count from default or gh-pages branches. You can use squash merges and commit daily in feature branches, then git merge --squash to main for clean history. Each squashed merge counts as one contribution.I hope that answer your question.