Dependabot-core: feature request: minimal PR description option/formatting

Created on 23 Apr 2020  路  1Comment  路  Source: dependabot/dependabot-core

Right now, Dependabot fills the PR description with HTML. This provides a very pretty PR in the Github UI, but plays poorly with git workflows that use the PR description when that PR is merged. We end up with commit messages that look like this:

Screen Shot 2020-04-23 at 11 38 41 AM

This is from https://github.com/tendermint/tendermint/commit/ad9003d448abdb1aeb105025fceb683198ffac7b. If you scroll down, you can even see that the commit message has Dependabot usage instructions in there!

It would be awesome to have a formatting option to use plaintext or even markdown for the PR body, and even more awesome to have a "minimal" option that didn't include Dependabot instructions and other superfluous stuff. This seems similar to https://github.com/dependabot/feedback/issues/287, but not exactly.

Thanks y'all! My team loves Dependabot, and we'd love to see it get even better!

Most helpful comment

Thanks @tessr, awesome to hear that you like dependabot!

We do have some code in dependabot-core to use plaintext or markdown for azure devops and codecommit already, so doing something similar based on a preference for github does not seem that far out.

However, the team is currently swamped scaling up dependabot for github.com, so it might be a while before we get to this.

>All comments

Thanks @tessr, awesome to hear that you like dependabot!

We do have some code in dependabot-core to use plaintext or markdown for azure devops and codecommit already, so doing something similar based on a preference for github does not seem that far out.

However, the team is currently swamped scaling up dependabot for github.com, so it might be a while before we get to this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LankyLou picture LankyLou  路  4Comments

ZebraFlesh picture ZebraFlesh  路  3Comments

rafaelrocha-hotmart picture rafaelrocha-hotmart  路  4Comments

tjwallace picture tjwallace  路  3Comments

qnighy picture qnighy  路  4Comments