We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update miscellaneous files for PR contribution process
Laszlo's unkempt git guide: improve git-send-email options (1) Recent git-send-email auto-CC's email addresses from miscellaneous "Whatever-by:" tags; suppress that logic as well. (What we really want is to restrict the CC'ing logic to "bodycc" + "cccmd", but there is no way to state that in a positive sense, so we need to suppress "everything else".) (2) Embedded CRLFs are best protected with base64 content-transfer-encoding; add an according option. Quoted-printable encoding tends to wreak havoc for both git-am and mailing list archives on the web. Signed-off-by: Laszlo Ersek <[email protected]>
Update mailing list links from lists.01.org to groups.io I only updated links to the top-level mailing list, not any links to individual messages. Signed-off-by: Rebecca Cran <[email protected]> Message-Id: <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]>
Fix link
EDK II Dev Process: Change push to GitHub pull request https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Update wiki pages to remove instructions that directly push to edk2/master. Update these instructions to create a GitHub pull request from an EDK II Maintainer's fork of the edk2 repository. Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Liming Gao <[email protected]> Cc: Andrew Fish <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Leif Lindholm <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]>
Remove Contributed-under tags https://bugzilla.tianocore.org/show_bug.cgi?id=1656 With the change to BSD+Patent License, the TianoCore Contributor's Agreement has been removed and as a result, a Contributed-under tag is no longer appropriate in commit messages. Remove this tag from all commit message examples in the tianocore wiki. Cc: Andrew Fish <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Leif Lindholm <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]>
Fix link in previous change.
Add description of diff.orderFile to #10 and a reference from #23.