From 69c041cb63fb88f5369586d4d363b08949ec2a15 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 27 Apr 2015 15:19:29 +0200 Subject: [PATCH 1/2] Rephrase "TL;DR" "TL;DR" seems not to be understood or respected by everyone. Maybe we should do a try with "Important". Open for alternative suggestions. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d76bf8d2c22..7f3c82d0715 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ If you have questions about how to install or use ownCloud, please direct these to the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc]. -### TL;DR +### Important: In a nutshell * The [**issue template can be found here**][template] but be aware of the different repositories! See list below. From 4006c1c3d9776bc4d63bb99f159c5fa40c3b7866 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 27 Apr 2015 15:39:37 +0200 Subject: [PATCH 2/2] Simplify even more --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f3c82d0715..3bf6c0882d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ If you have questions about how to install or use ownCloud, please direct these to the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc]. -### Important: In a nutshell +### Short version - * The [**issue template can be found here**][template] but be aware of the different repositories! See list below. + * The [**issue template can be found here**][template] but be aware of the different repositories! See list below. Please always use the issue template when reporting issues. ### Guidelines * Please search the existing issues first, it's likely that your issue was already reported or even fixed.