In the current semester, we are automatically detecting the code authorship via our scripts.
If you think your code contribution is not detected by reposense (as per the dashboard):
"authorNames": ["theMyth", "theLegend", "theGary"]
git username
you used to commit your code.You can find the git username using the command git config user.name
within the directory containing your repository.