From 7e63ac07d7ef42fbe29507086db065d90f47116d Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Tue, 17 Oct 2023 13:29:51 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=9A]=20Added=20commit=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b507954..c89a8e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,19 @@ Please note we have a code of conduct, please follow it in all your interactions | Move/rename repository | :truck: `:truck:` | | Issue/Pull Request template | :newspaper_roll: `:newspaper_roll:` | | Merge pull request | :knot: `:knot:` | +| Assets | :bento: `:bento:` | + +### Format + +Your commit messages should use the following as a guide: +``` +[emoji] description +``` + +This is an example of this being used for "**Assets**": +``` +[🍱] Added terminal.png +``` ## Code of Conduct