From 74c3f7b0ce3a521bd7e5b28bc1c01f6f7e567489 Mon Sep 17 00:00:00 2001 From: TheMainOne Date: Fri, 11 Sep 2020 12:38:13 +0000 Subject: [PATCH] Change capitalization --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7f3540..a72e209 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ first check if the package you are providing is not in [TODO.md](/TODO.md).** When submitting an issue you will have to provide: -- [CATEGORY]/[PACKAGE_NAME] (e.g. `www-client/icecat`) +- `category/package` (e.g. `www-client/icecat`) - the description of the package - the home page of the package - OPTIONAL: the direct download link of the package @@ -61,7 +61,7 @@ so we can easily identify the changes: Each commit will have to be based on this layout: -`[CATEGORY]/[PACKAGE_NAME]: [COMMIT_MESSAGE]` +`category/package: [COMMIT_MESSAGE]` For example, if the package is called **mail-client/freelook-bin**, and you have added this package, the commit or merge request should look like this: