From 70fa3df2b5012e3a617ba407a9e22fc05fa913cf Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Wed, 4 Dec 2024 07:44:24 -0500 Subject: [PATCH] Remove unreachable https://fluffy.cc/ link Signed-off-by: Andriy Redko --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index d5d3d43a62f..938cd9246bb 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -10,7 +10,7 @@ If this is a UI issue... * Attach a screen shot or animated gif showing what you think is wrong * Include JSON of a trace that produces it, being careful to not include private data * You can literally include the JSON in [triple-backticks](https://help.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax#quoting-code) - * Otherwise, you can use a [gist](https://gist.github.com/) or pastebin such as [fluffy](https://fluffy.cc/) + * Otherwise, you can use a [gist](https://gist.github.com/) or pastebin Regardless, the best is to spend some time to write a failing test. Bugs with tests get fixed and stay fixed.