mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-08 11:45:56 +00:00
Add note about commit email addresses.
This commit is contained in:
parent
7fa9babac9
commit
97683cb538
1 changed files with 1 additions and 0 deletions
1
TODO
1
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue