From f3e33511824df8ff113fb72e51e67c9d6dc49ab7 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Thu, 11 Aug 2022 16:53:48 -0500 Subject: [PATCH] A smol readme for a smol project --- Readme.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..5339574 --- /dev/null +++ b/Readme.md @@ -0,0 +1,30 @@ +## Smol Commit Club + +### About + +I am a huge fan of atomic commits, and it is hard (I think) to get more atomic +than a commit where you can count the number of characters changed on one hand. + +### Rules + + - All entries must be a PR. + - The PR should have as few commits as possible, ideally 1. + - Regardless of the number of commits, the final result must be no more than + 5 characters changed. + - The PR must be useful and enhance the repository in an obvious way. Just + removing a trailing space at the end of a line is not an enhancement. + - 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 it does not fit the letter of the law, it does fit the spirit. + +### Commits + + - [progdisc/resources - Fix haskell anchor #70](https://github.com/progdisc/resources/pull/70) + - [github/super-linter - Turn the pipe operator into the proper or operator #217](https://github.com/github/super-linter/pull/217) + - [wp-cli/core-command - Remove command substitution from is-installed #145](https://github.com/wp-cli/core-command/pull/145) + - [vultr/vultr-cli - Remove extraneous dash from example command-line #279](https://github.com/vultr/vultr-cli/pull/279)