Skip to content

GitHub Flow migration #10

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

Merged
merged 1 commit into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 31 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,43 @@
<p align="center"><img src="https://rawgit.com/arcticicestudio/styleguide-git/develop/src/assets/styleguide-git-banner-typography.svg"/></p>
<div align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/styleguide-git/develop/assets/banner-repository.svg?sanitize=true"/></div>

---
<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>

# 0.2.0
<details>
<summary>Version Details</summary>
<p>
Release Date: *2017-07-24*
<a href="https://github.com/arcticicestudio/styleguide-git/milestone/2">Milestone</a>
<a href="https://github.com/arcticicestudio/styleguide-git/projects/3">Project Board</a>
</p>
</details>

![Release Date: 2017-07-24](https://img.shields.io/badge/Release_Date-2017--07--24-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.2.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/styleguide-git/projects/3) [![Milestone](https://img.shields.io/badge/Milestone-0.2.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/styleguide-git/milestone/2)

## Features
### Style Guide
❯ 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)

❯ Added conventions and guidelines for [tags][src-tags] following the [Arctic Versioning Specification][arcver]. (#4 in PR #5)
### Documentation

**Branch naming conventions and guidelines** — #3 ⇄ #6 (⊶ d1493353)
↠ 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.

**Tag naming conventions and guidelines** — #4 ⇄ #5 (⊶ 89924cb9)
↠ Added conventions and guidelines for [tags][src-docs-tags] following the [Arctic Versioning Specification][arcver].

# 0.1.0
<details>
<summary>Version Details</summary>
<p>
Release Date: *2017-07-22*
<a href="https://github.com/arcticicestudio/styleguide-git/milestone/1">Milestone</a>
<a href="https://github.com/arcticicestudio/styleguide-git/projects/2">Project Board</a>
</p>
</details>

![Release Date: 2017-07-22](https://img.shields.io/badge/Release_Date-2017--07--22-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.1.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/styleguide-git/projects/2) [![Milestone](https://img.shields.io/badge/Milestone-0.1.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/styleguide-git/milestone/1)

## Features
### Style Guide
❯ 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)

### Documentation

**Initial style guide and project documentation** — #1 ⇄ #2 (⊶ 7c746dae)
↠ 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].

[arcver]: https://github.com/arcticicestudio/arcver
[checkstyle-github]: https://github.com/checkstyle/checkstyle
[checkstyle-jetbrains-plugin]: https://plugins.jetbrains.com/plugin/1065-checkstyle-idea
[checkstyle-version]: https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-8.0
[gitflow]: http://nvie.com/posts/a-successful-git-branching-model/
[scrot-ide-setup-intellij-checkstyle-activate]: https://raw.githubusercontent.com/arcticicestudio/styleguide-java/develop/src/assets/scrot-ide-setup-intellij-checkstyle-activate.png
[src-branch-naming]: https://github.com/arcticicestudio/styleguide-git#branch-naming
[src-branch-naming-core]: https://github.com/arcticicestudio/styleguide-git#core-branches
[src-branch-naming-story]: https://github.com/arcticicestudio/styleguide-git#story-branches
[src-commit-messages]: https://github.com/arcticicestudio/styleguide-git#commit-messages
[src-commit-messages-body]: https://github.com/arcticicestudio/styleguide-git#message-body
[src-commit-messages-footer]: https://github.com/arcticicestudio/styleguide-git#message-footer
[src-commit-messages-structure]: https://github.com/arcticicestudio/styleguide-git#elements-and-their-structure
[src-commit-messages-summary]: https://github.com/arcticicestudio/styleguide-git#message-summary
[src-introdcution]: https://github.com/arcticicestudio/styleguide-git#introduction
[src-structural-split]: https://github.com/arcticicestudio/styleguide-git#structural-split-of-changes
[src-structural-split-bad-practices]: https://github.com/arcticicestudio/styleguide-git#bad-practices
[src-tags]: https://github.com/arcticicestudio/styleguide-git#tags
[git_flow]: http://nvie.com/posts/a-successful-git-branching-model/
[src-docs-branch-naming-core]: https://github.com/arcticicestudio/styleguide-git#core-branches
[src-docs-branch-naming-story]: https://github.com/arcticicestudio/styleguide-git#story-branches
[src-docs-branch-naming]: https://github.com/arcticicestudio/styleguide-git#branch-naming
[src-docs-commit-messages-body]: https://github.com/arcticicestudio/styleguide-git#message-body
[src-docs-commit-messages-footer]: https://github.com/arcticicestudio/styleguide-git#message-footer
[src-docs-commit-messages-structure]: https://github.com/arcticicestudio/styleguide-git#elements-and-their-structure
[src-docs-commit-messages-summary]: https://github.com/arcticicestudio/styleguide-git#message-summary
[src-docs-commit-messages]: https://github.com/arcticicestudio/styleguide-git#commit-messages
[src-docs-introdcution]: https://github.com/arcticicestudio/styleguide-git#introduction
[src-docs-structural-split-bad-practices]: https://github.com/arcticicestudio/styleguide-git#bad-practices
[src-docs-structural-split]: https://github.com/arcticicestudio/styleguide-git#structural-split-of-changes
[src-docs-tags]: https://github.com/arcticicestudio/styleguide-git#tags
Loading