From 141623889a6d8fb3f567005ff996ce6621d58d91 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 28 Aug 2024 12:34:52 -0400 Subject: [PATCH] CONTRIBUTING - Bug report - Replace toot env by toot diag toot diag include the same info as toot env, plus others that can be useful in bug reporting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37a81e45..bd46b7d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ To report a bug open an [issue on Github](https://github.com/ihabunek/toot/issues) or send an email to the [mailing list](https://lists.sr.ht/~ihabunek/toot-discuss). -* Run `toot env` and include its contents in the bug report. +* Run `toot diag` and include its contents in the bug report. * Explain the behavior you would expect and the actual behavior. * Please provide as much context as possible and describe the reproduction steps that someone else can follow to recreate the issue on their own.