Skip to content

Instantly share code, notes, and snippets.

View guisalmeida's full-sized avatar
:octocat:
Coding everyday

Guilherme Almeida guisalmeida

:octocat:
Coding everyday
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 23, 2025 20:23
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@PurpleBooth
PurpleBooth / README-Template.md
Last active November 23, 2025 07:49
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