mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
SubmittingPatches: more up to date information about the patch format
It has not been considered valid to omit the long patch description for a long time. Try to explain in more detail what the long patch description is actually expected to contain. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
6015afc6d7
commit
018406b870
1 changed files with 5 additions and 3 deletions
|
|
@ -86,8 +86,10 @@ An example of patch message
|
|||
From: Random J Developer <random@developer.example.org>
|
||||
Subject: [PATCH] Short patch description
|
||||
|
||||
Long patch description (could be skipped if patch
|
||||
is trivial enough)
|
||||
Long patch description:
|
||||
|
||||
Explain the problem you are fixing, the consequences of that problem,
|
||||
and why your patch is the correct way to fix it.
|
||||
|
||||
Signed-off-by: Random J Developer <random@developer.example.org>
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue