Skip to content

Instantly share code, notes, and snippets.

View WesleyGoncalves's full-sized avatar
💾
in the Tz 101

Wesley Gonçalves WesleyGoncalves

💾
in the Tz 101
View GitHub Profile
@WesleyGoncalves
WesleyGoncalves / README-Template.md
Created June 24, 2019 19:27 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@WesleyGoncalves
WesleyGoncalves / .git-commit-template
Last active February 20, 2020 00:01 — forked from adeekshith/.git-commit-template.txt
This commit message template helps you write great commit messages and enforce it across teams.
# <type>[(optional scope)]: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23