We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are several places, where one wants to tweak our TOOL:
my_name_of_the_branch
My name of the branch
my-name-of-the-branch
["git", "log", "--pretty=format:- %s.", "%s..HEAD" % branch]).decode("utf-8").strip() template = "Title of this PR\n\n{}\n\n".format(commit_msgs)
(I then have no Signed-off-by: line and have the list with the full stop at the end of each line.)
Signed-off-by:
What about some global config with good defaults?
The text was updated successfully, but these errors were encountered:
I actually started writing an issue for this but haven't finished it. Yes, we need global config!
Sorry, something went wrong.
I hacked something over weekend, still needs polish.
TomasTomecek
No branches or pull requests
There are several places, where one wants to tweak our TOOL:
my_name_of_the_branch
->My name of the branch
,my-name-of-the-branch
->My name of the branch
)(I then have no
Signed-off-by:
line and have the list with the full stop at the end of each line.)What about some global config with good defaults?
The text was updated successfully, but these errors were encountered: