From 4a435d3b11e80d57542b360f27bdf8517fd50b52 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Tue, 13 Sep 2022 12:51:48 -0500 Subject: [PATCH] Add new entry to the smol of fame --- Readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 292833d..9e4e2ae 100644 --- a/Readme.md +++ b/Readme.md @@ -11,8 +11,8 @@ than a commit where you can count the number of characters changed on one hand. - The PR should have as few commits as possible, ideally 1. - Regardless of the number of commits, the final result should be no more than 5 changed characters. - - The PR must be useful and enhance the program usage in an obvious way. This - includes but is not limited to: + - The PR must be useful and functionally enhance the program usage in an + obvious way. This includes but is not limited to: * Fixing examples in documentation so they run correctly. * Fixing a typo in actual code so it acts appropriately. * Fixing wording in documentation that correctly changes the meaning of the @@ -20,15 +20,17 @@ than a commit where you can count the number of characters changed on one hand. - Some examples of what doesn't count: * Removing a trailing space from the end of a line. * [Fixing a typo in documentation that does not change the meaning.](https://github.com/netdata/netdata/pull/13514) - + Such commits are important and should be made, but they are cosmetic. + + Commits are important and should be made, but they are cosmetic. - If the change needs to occur multiple times in a file, it is cheating to only do it once. ### Honorable Mentions - - [sed.git - doc: fix missing slash in example](https://git.savannah.gnu.org/cgit/sed.git/commit/?id=9f99a4f51) +While these contributions don't fit the letter of the law, they do fit the +spirit. -> While it does not fit the letter of the law, it does fit the spirit. + - [sed.git - doc: fix missing slash in example](https://git.savannah.gnu.org/cgit/sed.git/commit/?id=9f99a4f51) + - [highlightjs/highlight.js - Fix arithmetic detection in Bash highlighter #3622](https://github.com/highlightjs/highlight.js/pull/3622) ### Commits