Coder Social home page Coder Social logo

apache-commit-message's Introduction

Apache Commit Message Generator

Writing a commit message for Apache project is very complicated to me. So, I have made this tool. When you merge a pull request and write a commit message for it, just copy the url of the pull request. And run this script with the url.

Then a commit message is generated automatically. Just copy the message and use it.

Usage

$ ./acm.py <github pull request url>

Preliminary

Install python3

Setup

  1. Clone this repository.
    • git clone https://github.com/hsleep/apache-commit-message.git
  2. Install requirements.
    • pip3 install -r requirements.txt
  3. Append the authentication information for Github and Apache Jira into ~/.netrc.
  4. Change file mode 600 chmod 600 ~/.netrc

.netrc sample

machine api.github.com
  login <github id>
  password <github password or token>
machine issue.apache.org/jira
  login <jira id>
  password <jira password>

Example

Input

$ ./acm.py https://github.com/apache/incubator-s2graph/pull/1

Output

[S2GRAPH-24] Add counter config for readonly graph

  S2GRAPH-24: Add counter config for readonly graph

JIRA:
  [S2GRAPH-24] https://issues.apache.org/jira/browse/S2GRAPH-24

Pull Request:
  Closes #1

Authors:
  Jaesang Kim [email protected]

For OS X

Below command generate a commit message and copy it to the clipboard.

$ ./acm.py https://github.com/apache/incubator-s2graph/pull/1 | pbcopy

apache-commit-message's People

Contributors

hsleep avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.