* README.template: Clean up patch submission information

This commit is contained in:
Paul Smith 2021-12-20 00:31:05 -05:00
parent d365bdfdbc
commit 8aba33a8bd

View File

@ -89,10 +89,10 @@ If you need help using GNU make, try these forums:
Submitting Patches Submitting Patches
------------------ ------------------
If you'd like to propose a patch for changes to GNU make, you should create a If you'd like to propose a change to GNU make, you can provide a patch with
patch with your changes. If you're making your changes in a Git workspace you your changes. If you are making your changes in a Git workspace you can run
can run "git format-patch" to create a patch file. If not, you can use the "git format-patch" to create a patch file. If not, you can use the diff(1)
patch(1) utility. utility to create a patch file; please use "diff -u".
Once you have a patch you can submit it in any of these ways: Once you have a patch you can submit it in any of these ways: