workflowr / workflowr/workflowr
Allow user to add commit message interactively
Open
@jdblischak is already working on this.
Since Mar 29, 2017.
Chicago R Collab
chircollab
enhancement
- Dominant language
- R
- Stars
- 906
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Similar to Git, if the user does not provide a commit message, we can prompt in the R console for a message. The recommendation is to use readline (SO answer).
The limitation is that readline only accepts a single vector, so it finishes once the user types Enter. To allow multi-line messages, we'd have to add that infrastructure.
Credit for good idea to @pcarbo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.