From 00e22dc56e06cd7f13c4a120902808de2a0813ae Mon Sep 17 00:00:00 2001 From: Jerom van der Sar Date: Sat, 2 Aug 2014 21:56:59 +0200 Subject: [PATCH] Formatting fix for CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b597eb68..83562913 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,8 +67,12 @@ As a rough guideline, ask yourself the following questions to determine if your * "#issue" is the issue number number you based your work on. #### Example commit message #### -> Fixed bugs with /saconfig clear. Resolves #167 -> Admins can now use /saconfig clear [ip] to remove the designated IP (only their own IPs can be removed. > They can also simply use /saconfig clear to remove all IPs but the current one. /saconfig clear is safe, > meaning you can't remove your current IP or an IP that doesn't belong to you. +``` +Fixed bugs with /saconfig clear. Resolves #167 +Admins can now use /saconfig clear [ip] to remove the designated IP (only their own IPs can be removed. +They can also simply use /saconfig clear to remove all IPs but the current one. /saconfig clear is safe, +meaning you can't remove your current IP or an IP that doesn't belong to you. +``` ## Submitting Your Changes ## * Push your changes to the topic branch in your fork of the repository.