Skip to content
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

[Design 🎨] revised header section added with feature section #39

Merged
merged 1 commit into from
Feb 28, 2023
Merged
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
43 changes: 36 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
<!-- TITLE -->
<h1 align="center">
<!-- TITLE / HEADER -->
<h1 align="left">
<a id="title" href="#title" aria-hidden="true"></a>
Git Etiquette and Cheat Sheet
Git Etiquette
</h1>

<p align="center">This Git Etiquette and Cheat Sheet is made for The Software Developer Team of DigiTalents Helsinki.</p>
<p align="center">
<img height="180" src="https://github.com/LeDuble/Git-Etiquette/blob/main/imgs/logos_tms_orgs/git-etiquette-banner-no-bg.png">
</p>

<p align="center">
<b>Standardized workflow frame for teams and individuals.</b>

</p>

<p align="center">
<a href="https://creativecommons.org/licenses/by-sa/4.0/">
<img title="License" src="https://img.shields.io/badge/license-CC%20BY--SA%204.0-blue">
</a>
<a href="http://makeapullrequest.com">
<img title="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-success">
</a>
<a href="https://github.com/LeDuble/Git-Etiquette/graphs/contributors">
<img title="Contributors" src="https://img.shields.io/github/contributors/LeDuble/Git-Etiquette">
</a>
<a href="https://github.com/LeDuble/Git-Etiquette">
<img title="Star on GitHub" src="https://img.shields.io/github/stars/LeDuble/Git-Etiquette.svg?style=social&label=Star">
</a>
</p>

<!-- Features -->
<h1>
<a id="feat" href="#feat" aria-hidden="true"></a>
Features
</h1>

- **Git strategy for branching**
- **Issues, labels and project board automation**
- **Git command cheat sheet**

<!-- TABLE OF CONTENTS -->
<h2>
Expand Down Expand Up @@ -35,9 +67,6 @@ Table of Contents
Introduction
</h2>

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-success)](http://makeapullrequest.com)
[![License](https://img.shields.io/badge/license-CC%20BY--SA%204.0-blue)](https://creativecommons.org/licenses/by-sa/4.0/)

The essence of the Git Etiquette Cheat sheet is to provide standardized workflow frame and foundation for the team.

By charishing unified workflow means that it is easier to review and track the current history of the project. People will come and go so it's very vital to maintain excellent etiquette. As this allows anyone to join, any time, figure out the process and track the status of the project with ease.
Expand Down