Skip to content

Instantly share code, notes, and snippets.

View hayyi2's full-sized avatar

Hayyi hayyi2

View GitHub Profile
@hayyi2
hayyi2 / semantic-commit-messages.md
Last active September 11, 2021 08:29 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@hayyi2
hayyi2 / API.md
Created September 11, 2021 05:00 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: