From b5b6f8e55c02a1e40a86282abb999129647ed494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tayfun=20=C3=96zi=C5=9F=20ER=C4=B0KAN?= Date: Thu, 18 Jul 2013 12:12:12 +0300 Subject: [PATCH] =?UTF-8?q?Yaz=C4=B1m=20yanl=C4=B1=C5=9Flar=C4=B1=20gideri?= =?UTF-8?q?ldi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/check_list.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/development/check_list.md b/development/check_list.md index 83e4470..5d05d76 100644 --- a/development/check_list.md +++ b/development/check_list.md @@ -67,10 +67,14 @@ Bu iş için bir standartınız olursa güzel olabilir. Unutmamak lazım ki versiyonlamayı Semver.org kullanıyoruz. Unutmayalım ki ilk milestonemuz 0.1.0 olmalıdır. Bknz [semver.org](semver.org) -D. LICENSE.txt dosyasını eklemeliyiz. MIT candır. Örnek olarak [https://github.com/lab2023/builder/blob/master/LICENSE.txt](https://github.com/lab2023/builder/blob/master/LICENSE.txt) +**LICENSE.txt dosyasını eklemeliyiz** + +MIT candır. Örnek olarak [https://github.com/lab2023/builder/blob/master/LICENSE.txt](https://github.com/lab2023/builder/blob/master/LICENSE.txt) dosyasına bakabilirsiniz. -E. Projeyi [git-flow](https://github.com/nvie/gitflow) ile yönetmeliyiz. Branchlar ile manuel uğraşmamanız gerekir. +**Projeyi [git-flow](https://github.com/nvie/gitflow) ile yönetmeliyiz** + +Etkin geliştirme süreçleri için git branchlar ile manuel uğraşmamanız gerekir. ## Sunucu Kurulumu