- Fork: https://github.com/eschweit-at-tibco/tci-elk-logging
git clone <your fork address>
cd <your local clone>
- Make changes
- Commit to your fork
- Send a Pull Request (PR)
This project accepts contributions via Github pull requests.
- Fork the repository on GitHub
- Create a topic branch from where you want to base your work (usually master).
- Make commits.
- Make sure your commit messages are in the proper format (see below).
- Push your changes to a topic branch in your fork of the repository.
- Submit a pull request to eschweit-at-tibco/mashery-oauth-demo .
We follow a rough convention for commit messages that is designed to answer two questions: what changed and why. The subject line should feature the what and the body of the commit should describe the why.
add the foo:bar shortcode
This adds a shortcode that shows foo to bar.
The format can be described more formally as follows:
<what changed>
<BLANK LINE>
<why this change was made>
The first line is the subject and should be no longer than 70 characters, the second line is always blank, and other lines should be wrapped at 80 characters. This allows the message to be easier to read on GitHub as well as in various git tools.