From 51350be190025468e14e1ea4084a7ee03116adda Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 14 Jan 2018 10:38:22 +0000 Subject: [PATCH] CONTRIBUTING.md: fixed indentation [ci skip] --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82c0b3cd8b..c1b9fae4ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,8 +5,8 @@ ## Creating an Issue - If you are reporting a bug: - - **make sure that you are using the latest supported version** before opening an issue. - - **test it on a clean test server, WITHOUT PLUGINS**, to see if the issue still occurs. If not then it may be a plugin issue. Please also indicate the result of such tests. + - **make sure that you are using the latest supported version** before opening an issue. + - **test it on a clean test server, WITHOUT PLUGINS**, to see if the issue still occurs. If not then it may be a plugin issue. Please also indicate the result of such tests. - [Search the issue tracker](https://github.com/pmmp/PocketMine-MP/issues?utf8=%E2%9C%93&q=is%3Aissue) to check if anyone has already reported it, to avoid needlessly creating duplicate issues. Make sure you also check closed issues, as an issue you think is valid may already have been resolved.