Skip to content

Instantly share code, notes, and snippets.

View brunopulis's full-sized avatar
:octocat:
Vá devagar, mas vá

Bruno Pulis brunopulis

:octocat:
Vá devagar, mas vá
View GitHub Profile
@brunopulis
brunopulis / git-commit.md
Created August 6, 2026 21:16
SKILL git-commit
name git-commit
description Use when the user asks to commit changes or create a commit message (e.g. "commit", "create a commit", "fazer commit"). Encodes the seven rules from https://cbea.ms/git-commit/ plus the repo's commit conventions. Do NOT use for diff review, rebasing, or push-only tasks.

Git Commit

Write commit messages following the seven rules from "How to Write a Git Commit Message". This skill also encodes the conventions used in this repository (see git log).

<!DOCTYPE html>
<html lang="pt-br">
...
</html>
<button type="submit">
<svg id="search" role="img" aria-describedby="searchIcon" viewBox="0 0 16 16.9">
<title id="searchIcon">Search</title>
<path d="M16, 15.7L11.3,11C12.4,9.8,13, 8.2,13,6.5C13"></path>
</svg>
</button>
<button type="submit">
<svg id="search" viewBox="0 0 16 16.9">
<path d="M16, 15.7L11.3,11C12.4,9.8,13, 8.2,13,6.5C13"></path>
</svg>
</button>
<form>
<label for="email">E-mail</label>
<input type="email" id="email" placeholder="insira o seu melhor e-mail" />
</form>
<form>
<input type="email" placeholder="insira o seu melhor e-mail" />
</form>
<img src="/imagens/duck.png" alt="Pato de borracha amarelo olhando fixamente" />
@brunopulis
brunopulis / contact-form.php
Created June 1, 2020 00:34
remove contact form 7 css and js to all files
// remove contact form 7 from all pages, only to contact form.
function contactform7_check_dequeue() {
$check_cf7 = false;
if( is_page( 'contact' ) ) {
$check_cf7 = true;
}
if( ! $check_cf7 ) {
wp_dequeue_script( 'contact-form-7' );