-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #9
Conversation
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.
Maybe whilst you're at it you can change " Contributions are suspended until we have a process in place to handle them." to "Contributions are welcome!" 🤔
I kinda forgot ;)
Done ! :D |
Since you're on it - s/ |
And since we're being really picky: |
And all of those in the same commit/PR, please? :D |
I don't know how to do that, I'm not a master of code like you. :D |
Just add more commits to your patch-1 branch they will automatically show up here. |
@jamierocks What must I change ? |
This line CommandDispatcher<CommandSourceStack> dispatcher = new CommandDispatcher(); Should read CommandDispatcher<CommandSourceStack> dispatcher = new CommandDispatcher<>(); |
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.
I'll squash all these into the same commit. Thank you for your contribution! <3
No problem sir ! :D |
Ensure that the CompletableFuture returned by getCompletionSuggestion…
No description provided.