Our application prints progress messages. Which verb form passes better for them: gerund or infinitive? Please compare:
$ ./my-documentation-app
Copy documents...Done
Index documentation...Done
Open documentation...Done
vs
$ ./my-documentation-app
Copying documents...Done
Indexing documentation...Done
Opening documentation...Done