From 0fd543074a928fa51c1f7dc742ac8908df46e86f Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Wed, 23 Sep 2020 07:01:40 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af914f9c6d..0cb27cde28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,10 +14,10 @@ Help us keep Appwrite open and inclusive. Please read and follow our [Code of Co Branch naming convention is as following -``` -TYPE-ISSUE_ID-DESCRIPTION +`TYPE-ISSUE_ID-DESCRIPTION` example: +``` doc-548-submit-a-pull-request-section-to-contribution-guide ```