<20230406213926.1346590-1-moritz@poldrack.dev>
From: Moritz Poldrack <git@moritz.sh> Signed-off-by: Moritz Poldrack <git@moritz.sh> --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bd543f..55352e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ that you did not break anything. *Unreleased* section of the [CHANGELOG.md](https://git.sr.ht/~rjarry/aerc/tree/master/item/CHANGELOG.md) file. -- run the linter using `make lint` if notmuch is not available on your system +- Run the linter using `make lint`. If notmuch is not available on your system you may have to edit `.golangci.toml` and disable the notmuch tag. [Otherwise you could get hard to trace false positives](https://github.com/golangci/golangci-lint/issues/3061) @@ -71,7 +71,7 @@ defaults: git config sendemail.validate true ln -sf ../../contrib/sendemail-validate-series .git/hooks/sendemail-validate -And send the patch to the mailing list ([step by step +And send the patch to the mailing list ([step-by-step instructions][git-send-email-tutorial]): $ git send-email --annotate -1 @@ -256,7 +256,7 @@ Messages can be sent to the log file by using the following functions: - `log.Warnf()`: Use to report issues that do not affect normal use. - `log.Infof()`: Use to display important messages that may concern non-developers. -- `log.Debugf()`: Use to display non-important messages, or debuging +- `log.Debugf()`: Use to display non-important messages, or debugging details. - `log.Tracef()`: Use to display only low level debugging traces. -- 2.40.0
<CRQ02PDZPWMG.2SP7MJR74J55Y@cirno2>
<20230406213926.1346590-1-moritz@poldrack.dev>
(view parent)
aerc/patches: FAILED in 5m17s [chore: fix typos in contributing guidelines][0] from [Moritz Poldrack][1] [0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/40209 [1]: moritz@poldrack.dev ✓ #969429 SUCCESS aerc/patches/openbsd.yml https://builds.sr.ht/~rjarry/job/969429 ✗ #969428 FAILED aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/969428
<CRQ06AXJMTD1.1DVO1VRZ8LTB4@hades.moritz.sh>
<CRQ02PDZPWMG.2SP7MJR74J55Y@cirno2>
(view parent)
On Thu Apr 6, 2023 at 11:44 PM CEST, builds.sr.ht wrote: > ✗ #969428 FAILED aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/969428 Need to write a longer commit message :D > chore: fix typos in contributing guidelines > > As many do not know, step-by-step is actually an adjective in its own right. > Debugging is also written with three g and not with two. > > Link: https://www.merriam-webster.com/thesaurus/step-by-step > Link: https://www.merriam-webster.com/thesaurus/debugging -- Moritz Poldrack https://moritz.sh
<CRQ0D22TH3BL.1VBW2SVY22Y3O@mashenka>
<20230406213926.1346590-1-moritz@poldrack.dev>
(view parent)
On Thu Apr 06, 2023 at 23:39, Moritz Poldrack wrote: > From: Moritz Poldrack <git@moritz.sh> > > Signed-off-by: Moritz Poldrack <git@moritz.sh> > --- Acked-by: Bence Ferdinandy <bence@ferdinandy.com> -- +36305425054 bence.ferdinandy.com
<CRT3H05KCFHJ.3EB4K5IFMIY73@ringo>
<CRQ06AXJMTD1.1DVO1VRZ8LTB4@hades.moritz.sh>
(view parent)
Moritz Poldrack, Apr 06, 2023 at 23:54: > On Thu Apr 6, 2023 at 11:44 PM CEST, builds.sr.ht wrote: > > ✗ #969428 FAILED aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/969428 > > Need to write a longer commit message :D > > > chore: fix typos in contributing guidelines > > > > As many do not know, step-by-step is actually an adjective in its own right. > > Debugging is also written with three g and not with two. > > > > Link: https://www.merriam-webster.com/thesaurus/step-by-step > > Link: https://www.merriam-webster.com/thesaurus/debugging Applied with this commit log. Thanks!