From 570848bd846aedd1d80a3f90736c5f6759c1ca17 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Fri, 14 Apr 2023 10:11:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=BA=20Adds=20Gitmoji=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjorn Lammers --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3188097..fc34b867 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,12 @@ Thank you for your interest in contributing to our icon repository! To ensure th - If an `SVG` is available for an icon, the `PNG` should be a conversion of that `SVG`. Use https://ezgif.com/svg-to-png to do this. Set the height to `512px` and leave the width empty. + +## 💻 Gitmoji Commits + +- Please use [Gitmoji](https://gitmoji.dev/) in your commit messages. This helps us keep our commit history clear and easy to understand. For example, you might use the `🍱` emoji for a commit that updates an icon's color, or the `📝` emoji for a commit that updates the documentation. + + ## 🤝 Contributing 1. Fork the repository to your own GitHub account.