Skip to content
New issue

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

Global configuration #17

Open
lachmanfrantisek opened this issue May 24, 2018 · 2 comments
Open

Global configuration #17

lachmanfrantisek opened this issue May 24, 2018 · 2 comments
Assignees

Comments

@lachmanfrantisek
Copy link
Member

There are several places, where one wants to tweak our TOOL:

  • push behaviour (?force)
  • PR text:
    • It's good for the first time, but next, people always have to remove some text.
    • Name of the pr from the branch? (my_name_of_the_branch -> My name of the branch, my-name-of-the-branch -> My name of the branch)
    • The commit messages, e.g. I'm using this:
["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.)


What about some global config with good defaults?

@TomasTomecek
Copy link
Member

I actually started writing an issue for this but haven't finished it. Yes, we need global config!

@TomasTomecek TomasTomecek self-assigned this Jun 1, 2018
@TomasTomecek
Copy link
Member

I hacked something over weekend, still needs polish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants