David Arnold

Results 1203 comments of David Arnold

Yes, please allow to craft not only a single one, but also a series of well crafted commits!!! - I appreciate commit message story telling for review. Sometimes the consolidated...

Nice idea! Thought to be spend on how to resolve pull requests when piped trough the hosting API.* One parent should hold `mergeTarget` status since the set of targets is...

@sgarfinkel As far as I can remember: yes + the respective [docs update](https://github.com/git-town/git-town/commit/fbe905374377a78bdf4529333ba662e10a7ede14#diff-2951498f48a1a6b7709b210b2a989e1cdefafbc187dc27136594d8ff595493daR33-R34). Please feel free to give it a try.

There is a bit of a mixed design for the code-hosting configuration: - `(code-hosting-)github-token:` is `github` namespaced - `code-hosting-driver:` is not - `code-hosting-origin-hostname:` is not To make this straight and...

Alternative C looks best, indeed.

I think more often than not only the reviewer has right to ship (push onto a protected branch). Therefore, I think it would be better to load PR title and...

Good point! You are teaching me something, here. It's a great pleasure to be contributing to this project. I almost exclusively worked on oss projects in the past. Still, I...

I think for my use case it would fit perfectly to just _not_ squash the commits when merging. I can craft telling and _resuming_ merge commit msg with my commitizen...

Here is how it can be done, saving best of both worlds: **Addictional Use Case** (see also: https://github.com/git-town/git-town/issues/1286) - I want to retarget a child branch onto main branch -...