Add new entry to the smol of fame

This commit is contained in:
Nick Chambers 2022-09-13 12:51:48 -05:00
parent 1e43b5c2b3
commit 4a435d3b11
1 changed files with 7 additions and 5 deletions

View File

@ -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