atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

Allow configuration of editor `target` #573

Closed kipz closed 7 years ago

kipz commented 7 years ago

Initial requirement is allow setting the base branch (or target branch), source branch and PR title.

Ultimately, we should make the target way more configurable:

So the design should allow easy extension, but at the moment only cater for base branch.

cdupuis commented 7 years ago

Also it should be backwards-compatible.

Initially we need the following three things:

kipz commented 7 years ago

Why wouldn't we want a PR body if we allow setting of the title?

cdupuis commented 7 years ago

We could. But the PR body is constructed based on ChangeLog entries on PMV. So if you wanted a PR body you could use just project.describeChange().

kipz commented 7 years ago

In master.