From 607363c66f069d3b40f67d26fc6d8268702b2b17 Mon Sep 17 00:00:00 2001 From: Axorax Date: Mon, 13 Jan 2025 21:43:04 +0600 Subject: [PATCH] Update: contributing.md --- contributing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 3bd17e2..3164d0a 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,8 @@ Please note that this project is released with a [Contributor Code of Conduct](c ## Guidelines -- Commit message of your pull request should be in the format `Add: x`, `Fix: y`, `Update: z`. Example: `Add: Winpower` +- Commit message of your pull request should be in the format `Add: x`, `Fix: y`, `Update: z`, `Feat: a`. Example: `Add: Winpower`
Use feat if you add new features like adding a new command to the CLI helper app. Use add when adding new apps, and the others pretty much explain themselves + - App should be added in this format and it should be added to the bottom of the specific category: ```