|
1 |
| -<p align="center"><img src="https://rawgit.com/arcticicestudio/styleguide-git/develop/src/assets/styleguide-git-banner-typography.svg"/></p> |
| 1 | +<div align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/styleguide-git/develop/assets/banner-repository.svg?sanitize=true"/></div> |
2 | 2 |
|
3 |
| ---- |
| 3 | +<p align="center">Changelog for the official <em>Arctic Ice Studio</em> <a href="https://git-scm.com" target="_blank">Git</a> Style Guide.</p> |
4 | 4 |
|
5 | 5 | # 0.2.0
|
6 |
| -<details> |
7 |
| - <summary>Version Details</summary> |
8 |
| - <p> |
9 |
| - Release Date: *2017-07-24* |
10 |
| - <a href="https://github.com/arcticicestudio/styleguide-git/milestone/2">Milestone</a> |
11 |
| - <a href="https://github.com/arcticicestudio/styleguide-git/projects/3">Project Board</a> |
12 |
| - </p> |
13 |
| -</details> |
| 6 | + |
| 7 | + [](https://github.com/arcticicestudio/styleguide-git/projects/3) [](https://github.com/arcticicestudio/styleguide-git/milestone/2) |
14 | 8 |
|
15 | 9 | ## Features
|
16 |
| -### Style Guide |
17 |
| -❯ Added [branch naming][src-branch-naming] conventions and guidelines for [core][src-branch-naming-core]- and [story branches][src-branch-naming-story] following the [gitflow][gitflow] branching model. (#3 in PR #6) |
18 | 10 |
|
19 |
| -❯ Added conventions and guidelines for [tags][src-tags] following the [Arctic Versioning Specification][arcver]. (#4 in PR #5) |
| 11 | +### Documentation |
| 12 | + |
| 13 | +**Branch naming conventions and guidelines** — #3 ⇄ #6 (⊶ d1493353) |
| 14 | +↠ Added [branch naming][src-docs-branch-naming] conventions and guidelines for [core][src-docs-branch-naming-core]- and [story branches][src-docs-branch-naming-story] following the [Git Flow][git_flow] branching model. |
| 15 | + |
| 16 | +**Tag naming conventions and guidelines** — #4 ⇄ #5 (⊶ 89924cb9) |
| 17 | +↠ Added conventions and guidelines for [tags][src-docs-tags] following the [Arctic Versioning Specification][arcver]. |
20 | 18 |
|
21 | 19 | # 0.1.0
|
22 |
| -<details> |
23 |
| - <summary>Version Details</summary> |
24 |
| - <p> |
25 |
| - Release Date: *2017-07-22* |
26 |
| - <a href="https://github.com/arcticicestudio/styleguide-git/milestone/1">Milestone</a> |
27 |
| - <a href="https://github.com/arcticicestudio/styleguide-git/projects/2">Project Board</a> |
28 |
| - </p> |
29 |
| -</details> |
| 20 | + |
| 21 | + [](https://github.com/arcticicestudio/styleguide-git/projects/2) [](https://github.com/arcticicestudio/styleguide-git/milestone/1) |
30 | 22 |
|
31 | 23 | ## Features
|
32 |
| -### Style Guide |
33 |
| -❯ Added the initial style guide [introduction][src-introdcution], information about the [structural split of changes][src-structural-split], [bad practices][src-structural-split-bad-practices] and the main chapter about [commit messages][src-commit-messages] with the [summary][src-commit-messages-summary], [body][src-commit-messages-body] and [footer][src-commit-messages-footer] elements and their [structure][src-commit-messages-structure]. (#1 in PR #2) |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +**Initial style guide and project documentation** — #1 ⇄ #2 (⊶ 7c746dae) |
| 28 | +↠ Added the initial style guide [introduction][src-docs-introdcution], information about the [structural split of changes][src-docs-structural-split], [bad practices][src-docs-structural-split-bad-practices] and the main chapter about [commit messages][src-docs-commit-messages] with the [summary][src-docs-commit-messages-summary], [body][src-docs-commit-messages-body] and [footer][src-docs-commit-messages-footer] elements and their [structure][src-docs-commit-messages-structure]. |
34 | 29 |
|
35 | 30 | [arcver]: https://github.com/arcticicestudio/arcver
|
36 |
| -[checkstyle-github]: https://github.com/checkstyle/checkstyle |
37 |
| -[checkstyle-jetbrains-plugin]: https://plugins.jetbrains.com/plugin/1065-checkstyle-idea |
38 |
| -[checkstyle-version]: https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-8.0 |
39 |
| -[gitflow]: http://nvie.com/posts/a-successful-git-branching-model/ |
40 |
| -[scrot-ide-setup-intellij-checkstyle-activate]: https://raw.githubusercontent.com/arcticicestudio/styleguide-java/develop/src/assets/scrot-ide-setup-intellij-checkstyle-activate.png |
41 |
| -[src-branch-naming]: https://github.com/arcticicestudio/styleguide-git#branch-naming |
42 |
| -[src-branch-naming-core]: https://github.com/arcticicestudio/styleguide-git#core-branches |
43 |
| -[src-branch-naming-story]: https://github.com/arcticicestudio/styleguide-git#story-branches |
44 |
| -[src-commit-messages]: https://github.com/arcticicestudio/styleguide-git#commit-messages |
45 |
| -[src-commit-messages-body]: https://github.com/arcticicestudio/styleguide-git#message-body |
46 |
| -[src-commit-messages-footer]: https://github.com/arcticicestudio/styleguide-git#message-footer |
47 |
| -[src-commit-messages-structure]: https://github.com/arcticicestudio/styleguide-git#elements-and-their-structure |
48 |
| -[src-commit-messages-summary]: https://github.com/arcticicestudio/styleguide-git#message-summary |
49 |
| -[src-introdcution]: https://github.com/arcticicestudio/styleguide-git#introduction |
50 |
| -[src-structural-split]: https://github.com/arcticicestudio/styleguide-git#structural-split-of-changes |
51 |
| -[src-structural-split-bad-practices]: https://github.com/arcticicestudio/styleguide-git#bad-practices |
52 |
| -[src-tags]: https://github.com/arcticicestudio/styleguide-git#tags |
| 31 | +[git_flow]: http://nvie.com/posts/a-successful-git-branching-model/ |
| 32 | +[src-docs-branch-naming-core]: https://github.com/arcticicestudio/styleguide-git#core-branches |
| 33 | +[src-docs-branch-naming-story]: https://github.com/arcticicestudio/styleguide-git#story-branches |
| 34 | +[src-docs-branch-naming]: https://github.com/arcticicestudio/styleguide-git#branch-naming |
| 35 | +[src-docs-commit-messages-body]: https://github.com/arcticicestudio/styleguide-git#message-body |
| 36 | +[src-docs-commit-messages-footer]: https://github.com/arcticicestudio/styleguide-git#message-footer |
| 37 | +[src-docs-commit-messages-structure]: https://github.com/arcticicestudio/styleguide-git#elements-and-their-structure |
| 38 | +[src-docs-commit-messages-summary]: https://github.com/arcticicestudio/styleguide-git#message-summary |
| 39 | +[src-docs-commit-messages]: https://github.com/arcticicestudio/styleguide-git#commit-messages |
| 40 | +[src-docs-introdcution]: https://github.com/arcticicestudio/styleguide-git#introduction |
| 41 | +[src-docs-structural-split-bad-practices]: https://github.com/arcticicestudio/styleguide-git#bad-practices |
| 42 | +[src-docs-structural-split]: https://github.com/arcticicestudio/styleguide-git#structural-split-of-changes |
| 43 | +[src-docs-tags]: https://github.com/arcticicestudio/styleguide-git#tags |
0 commit comments