Skip to content

Instantly share code, notes, and snippets.

View CesarDenis's full-sized avatar
🚀
Ready? Go...

Cesar Denis CesarDenis

🚀
Ready? Go...
View GitHub Profile
@CesarDenis
CesarDenis / CONTRIBUTING.md
Last active September 30, 2021 00:18 — forked from ivanrosolen/conventional_commits.md
Guia para mensagens de commits

Guia para mensagens de commits

Formato da mensagem

Cada mensagem de commit consiste em um cabeçalho, um corpo e um rodapé.

Cabeçalho

Tem um formato pré-definido, que inclui um tipo e um título:

@CesarDenis
CesarDenis / Bootstrap.php
Created May 18, 2018 19:07 — forked from QWp6t/Bootstrap.php
NavWalkers
<?php namespace App\NavWalker;
use Roots\Soil\Nav\NavWalker as SoilNavWalker;
/**
* @author QWp6t
* @license OSL-3.0
*/
class Bootstrap extends SoilNavWalker
{