Skip to content

Instantly share code, notes, and snippets.

View gabriel-cheng's full-sized avatar
🧙‍♂️
Necromancer

Gabriel Carvalho™️ ☠️ gabriel-cheng

🧙‍♂️
Necromancer
  • Codes
  • North of Tamriel, Skyrim
View GitHub Profile
@gabriel-cheng
gabriel-cheng / license-badges.md
Created January 12, 2023 17:25 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@gabriel-cheng
gabriel-cheng / semantic-commit.txt
Created October 27, 2022 19:06 — forked from eltonea/semantic-commit.txt
Exemplos de commit semântico
chore: add Oyster build script //Pequenas alterações que não são novas funcionalidades.
docs: explain hat wobble //Semelhante a uma wiki; documentações etc.
feat: add beta sequence //Criação de Nova funcionalidade;
fix: remove error message //Correção de bugs
refactor: share logic 4d3d3d3 //Refatoração de um código
style: convert tabs to spaces //Alteração em estilos, formatação de código etc.
test: ensure that increment //Criação de testes da sua aplicação
@gabriel-cheng
gabriel-cheng / README-PTBR.md
Created September 12, 2022 16:57 — forked from lohhans/README-PTBR.md
Um modelo para fazer um bom README.md

Título do projeto

Um parágrafo da descrição do projeto vai aqui

🚀 Começando

Essas instruções permitirão que você obtenha uma cópia do projeto em operação na sua máquina local para fins de desenvolvimento e teste.

Consulte Implantação para saber como implantar o projeto.