Add note about commit email addresses.

This commit is contained in:
Mihai Parparita 2014-07-27 21:44:31 -07:00
parent 7fa9babac9
commit 97683cb538

1
TODO
View file

@ -13,6 +13,7 @@ TODO
- Render markdown in commit messages (using https://github.com/russross/blackfriday)
Notes:
- Mention https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user#attach-the-email-to-your-github-account if people ask why their commits are not showing up (add option for aliases when searching for past activity?)
- Will need to get/store timezone of user (use https://bitbucket.org/pellepim/jstimezonedetect, use it with time.Location.LoadLocation)
- To make a raw HTTP request with the github package:
httpReq, _ := githubClient.NewRequest("GET", "user/teams", nil)