一些常用 github 协作术语

Jan 30 2019 tool

1
2
3
4
5
6
7
8
LGTM  —  looks good to me
ACK  —  acknowledgement, i.e. agreed/accepted change
NACK/NAK — negative acknowledgement, i.e. disagree with change and/or concept
RFC  —  request for comments, i.e. I think this is a good idea, lets discuss
WIP  —  work in progress, do not merge yet
AFAIK/AFAICT  —  as far as I know / can tell
IIRC  —  if I recall correctly
IANAL  — “ I am not a lawyer ”, but I smell licensing issues

ref: https://medium.freecodecamp.org/what-do-cryptic-github-comments-mean-9c1912bcc0a4