Skip to content

Instantly share code, notes, and snippets.

View egor-masterskikh's full-sized avatar
🏠
Working from home

Egor Masterskikh egor-masterskikh

🏠
Working from home
View GitHub Profile
@matthewzring
matthewzring / markdown-text-101.md
Last active September 20, 2024 08:56
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers:

@robertpainsi
robertpainsi / commit-message-guidelines.md
Last active September 19, 2024 14:00
Commit message guidelines

Commit Message Guidelines

Short (72 chars or less) summary

More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).

Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages