Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog, katip projesi linki ve gitignore oluşturuldu #13

Merged
merged 1 commit into from
Jul 18, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
8 changes: 7 additions & 1 deletion development/check_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,13 @@ dosyasına bakabilirsiniz.

**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.
Etkin geliştirme süreçleri için git branchlar ile manuel uğraşmamamız gerekir.

**CHANGELOG.md dosyasını oluşturmalıyız**

Oluşturulan haftalık iterasyonlar, milestone'lar ve issue'ların hangi versiyonlara ait olduğunu gösteren genel bir
changelog oluşturmalıyız. Ve her release'de güncellemeliyiz. Bu süreçleri otomatikleştirmek için hazırladığımız
ruby rake görevlerini içeren [katip](https://github.com/lab2023/katip) adlı projemize göz atabilirsiniz.

## Sunucu Kurulumu

Expand Down