Skip to content

Instantly share code, notes, and snippets.

View matecode's full-sized avatar
👾
yet another very indiviual oneliner

Mathias 'Mate' Siede matecode

👾
yet another very indiviual oneliner
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 5, 2025 14:14
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

@matecode
matecode / BugifySender.java
Last active December 17, 2015 02:59
ACRA Sender for Bugify ( http://bugify.com ) ( Doc below the file as comment )
import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
import org.acra.ACRA;
import org.acra.ReportField;
import org.acra.collector.CrashReportData;
import org.acra.sender.ReportSender;
import org.acra.sender.ReportSenderException;