From 06fc46198504a0812c3c2e82bc1efb973e96ff5b Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 23 Feb 2024 23:19:28 -0700 Subject: [PATCH] CONTRIBUTING: fixed random "utils" --- CONTRIBUTING | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 34cc31f..d7fdc8e 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -65,7 +65,7 @@ notice: * This file incorporates work covered by the following copyright and permission * notice: * - * MIT Licenseutils + * MIT License * * Copyright (c) * @@ -123,8 +123,7 @@ $ git commit -m 'tests/posix: fix bug #47' For multiple of these: $ git commit -m 'Makefile, tool(1): add tool(1)' -$ git commit -m 'tool(1): add tool(1); \ - library(3), library.3: add library(3)' +$ git commit -m 'tool(1): add tool(1); library(3), library.3: add library(3)' $ git commit -m 'tool(1): fix #42 & add feature x' Commit messages should be written in the present tense.