Is there a way to create a pull request template?
It's easy with Github as mentioned here:
https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
Wondering if similar thing works for BitBucket too?
You now can, default Pull Request description
I'm sorry but this is not a pull request template, this is a fixed text without parameters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's how the feature works - and is literally the implementation in this feature request.
Not sure how this got 8 upvotes :\
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I might have been a little frustrated when I wrote the previous post. The functionality I was looking for was this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't suppose there is a way to do this for entire projects, or (even better), the entire instance for our org? The thought of going through and setting this manually for every single repo in even a single project makes me want to run, screaming, into traffic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aseem,
Unfortunately, it's not possible to create a pull request template on Bitbucket Cloud as for now. There is an existing feature request for this feature here: https://bitbucket.org/site/master/issues/11571/custom-pull-request-description-template
- Vivian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there an option to provide a custom description but keep the "auto" populated commit messages to? Something like a placeholder e.g. %commits%?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you find any solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be great if we could do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jeremy Rademan @Andreas Katzian you can use the following as documented here
# Commits
{{commit_messages}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For now the best thing to do is to make one based on something like this
https://github.com/angular/angular/blob/main/.github/PULL_REQUEST_TEMPLATE.md
or something like this https://github.com/codica2/pull-request-best-
practices/blob/master/.gitlab/merge_request_templates/Task.md
save it somewhere and copy and paste it in.. because the bitbucket default does not exist,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.