nus-cs2103-AY1819S2 / forum

CS2103/T discussion forum
6 stars 1 forks source link

My commits are not appearing on reposense #83

Open kev-inc opened 5 years ago

kev-inc commented 5 years ago

If I am not wrong, the triangles on reposense represents commits on a date. However, some of my commits on certain days are not captured by reposense. There is no triangle for that date on my graph. The commits are done using the same git username, so I am unsure why some of it is capture while others are not. Please advice!

ccristina commented 5 years ago

Hi @kev-inc,

Did you check your commits that are not detected according to the instructions given here #63?

  • Ensure your code is RepoSense compatible. Instructions here.
  • Follow the user guide for RepoSense and fix the issues, if you don't see your contributions detected.

It is not enough to use the same github username, you need to set all git authors correctly.

Thanks, Cristina.