From 50f0277daec736854b271dce046ee7dc5559ba0d Mon Sep 17 00:00:00 2001 From: xHyroM Date: Thu, 5 Jan 2023 13:04:40 +0100 Subject: [PATCH] docs: add CONTRIBUTING & README & LICENSE --- CONTRIBUTING.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 21 ++++++++ README.md | 39 +++++++++++++++ 3 files changed, 185 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE create mode 100644 README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..56fa97e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,125 @@ +## Commit Message Format + +_This specification is inspired by and supersedes the [AngularJS commit message format][commit-message-format]._ + +We have very precise rules over how our Git commit messages must be formatted. +This format leads to **easier to read commit history**. + +Each commit message consists of a **header**, a **body**, and a **footer**. + +``` +
+ + + +