guacamole-server
guacamole-server copied to clipboard
GUACAMOLE-925: Patch add russian keyboard
@NickVStepin I see you updated pull request title, but commit messages also need to be 1) updated to include "GUACAMOLE-925:" prefix, and 2) should be descriptive of the changes.
Thanks @NickVStepin! A couple of minor updates requested, here, and one thing that I'd like Mike's feedback on.
Also, the title of the Pull Request, as well as the commit message(s) should contain the
GUACAMOLE-925:
prefix - see the other PRs for examples of that.
Thanks @necouchman. Sorry, i don't change prefix my commit messages. :( Should I create new commit messages?
@NickVStepin : You can do the following:
- Use "git log" to find the commit ID of the commit before your first commit.
- Use "git rebase -i
" to start an interactive rebase. - Use the "reword" option on each of the commits.
- Change the commit messages.
- Force-push the changes, which will automatically update this pull request.