-
Notifications
You must be signed in to change notification settings - Fork 103
D65 #240
base: master
Are you sure you want to change the base?
Conversation
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
@@ -24,11 +24,8 @@ | |||
import com.google.startupos.tools.aa.commands.InitCommand; | |||
import com.google.startupos.tools.aa.commands.PatchCommand; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool test comment!
Edited by a contributor.
@@ -18,7 +18,7 @@ | |||
|
|||
public interface AaCommand { | |||
String ANSI_RED = "\u001B[31m"; | |||
String ANSI_YELLOW = "\u001B[33m"; | |||
String ANSI_YELLOW = "\u001B[33m<new code>"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool test comment2!
No description provided.