From 97683cb538ed49130fc8200b51a7bd76a0363498 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Sun, 27 Jul 2014 21:44:31 -0700 Subject: [PATCH] Add note about commit email addresses. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 621ea3b..dd500cf 100644 --- a/TODO +++ b/TODO @@ -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)