How about TODOs in PRs needs to reference to Github issues? Something like this: Error or warn: ``` // TODO: Refactor this code ``` Message with a link to the issue (if possible): ``` // TODO #12 : Refactor this code ```
How about TODOs in PRs needs to reference to Github issues? Something like this:
Error or warn:
Message with a link to the issue (if possible):