From 17e93986993ab7dd9121aa39d66d3696fc66b35d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 24 May 2016 12:06:38 +0200 Subject: [PATCH] Mention gist in CONTRIBUTING. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3969feb7..3a52087e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,7 +14,7 @@ Before creating an issue: When reporting bugs include the following information: * Rofi version. rofi -v -* Rofi configuration. rofi -dump-xresources (preferable in a pastebin) +* Rofi configuration. rofi -dump-xresources (preferable in a [gist](https://gist.github.com/)) * Steps to reproduce. * What behaviour you see. * What behaviour you expect to see.