mob icon indicating copy to clipboard operation
mob copied to clipboard

Tool for smooth git handover.

Results 43 mob issues
Sort by recently updated
recently updated
newest added

I see in issue #36 that it was decided to keep this. I've found "reset" useful, except we've had accidents where it was done unintentionally. If it's going to stay,...

enhancement
good first issue

Setting up the project locally I've tried `go test` in Powershell: ``` > go test ./create-testbed C:\Users\Steffen\AppData\Local\Temp\TestStartDoneCoAuthors2988483707\001 exec: "./create-testbed": file does not exist exit status 1 FAIL github.com/remotemobprogramming/mob/v3 0.350s ```...

We're close to 2000 lines in mob.go and its getting a little painful to work with it. I can't find what I'm searching for by scrolling. I use find, and...

I'm usually facilitating ensembles, so it'd be nice if I could tell `mob` to ignore me in the list of committers when displaying "... is (probably) next". Perhaps an argument...

hacktoberfest

Adds the possibility to install a custom next sound to be played instead of the voice command "mob next". This is an alternative to #235. Feel free to close this,...

# Problem description In a normal mob session we decide on a goal before jumping into the code. This helps us keeping our focus, identify (sub)tasks to tackle later on...

good first issue
hacktoberfest

@mightyiam made the suggestion for `mob done` to not delete the origin wip-branch, and to leave this for the mob. In this mob we used `mob done` to make an...

I'd like to run (some) tests after successfull `mob start`, so that I can validate the current state of the code. To enter solution-land I'd suggest adding a hook in...

enhancement
help wanted
good first issue

Every error will result in an error message displayed and exiting mob with a status code of 1 (nonzero). This was not so previously. I switched all errors to warnings...