Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 802 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 802 Bytes

Changelog

Master (unreleased)

Changelog entry format

Here is an example:

* [#1](https://github.com/Wolox/errors_savior/pull/1): Repository configurations - [@lucasVoboril](https://github.com/lucasVoboril).
  • The entry line should start with * (an asterisk and a space).
  • Put a link to pull request id [#YOUR_ID](https://github.com/Wolox/errors_savior/pull/YOUR_ID)
  • Separate the pull request link with: : (a colon and a space)
  • Describe the brief of the change.
  • Separate the the brief of the change with: - (a space, a dash and a space)
  • Add an implicit link to your GitHub user page as [@username](https://github.com/username).