From 010888de490ab1fafc0200c37cd09d57a0ff1e9f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 28 Nov 2024 11:17:42 +0100 Subject: Replace invalid explanation from contributing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I took this file from another project and shamefully forgot to adapt it in a proper way. Now it removes any mentions of NES development and also gives a pointer on using the style from the Linux kernel for git log. Signed-off-by: Miquel Sabaté Solà --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0baab7f..30e595e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,7 @@ ## Why? -Do you want to fix an error you have found? Do you know a way to improve my -6502-fu or do you know a technique on NES development that might help here? I am -open for discussion and welcome any help! +Do you want to fix an error you have found? Do you know a way to improve this +kernel? I am open for discussion and welcome any help! ## How? @@ -18,7 +17,9 @@ discussion. For this, mind the following: Another way is to simply submit a pull request. For this, also mind these: -- Write a [good commit message](https://chris.beams.io/posts/git-commit/). +- Write a [good commit message](https://chris.beams.io/posts/git-commit/). Extra + points if it's in the style of the [Linux + kernel](https://docs.kernel.org/process/submitting-patches.html). - You are sure that `make` continues to work. - The pull request has *only* one subject and a clear title. You are not submitting a pull request with tons of different unrelated commits. -- cgit v1.2.3