Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.38 KB

File metadata and controls

46 lines (30 loc) · 1.38 KB

Katkı Rehberi / Contribution Guide

Bu projeye katkıda bulunmak istiyorsanız, lütfen aşağıdaki kurallara uyunuz. If you want to contribute to this project, please follow the rules below.

Nasıl Katkı Sağlanır? / How to Contribute?

Türkçe:

  1. Fork'layın ve kendi dalınızda geliştirme yapın.
  2. Değişikliklerinizi açıklayan bir pull request (PR) açın.
  3. PR'larınızda açık ve anlaşılır commit mesajları kullanın.
  4. Kodun mevcut mimari ve stil rehberine uygun olmasına dikkat edin.
  5. Gerekirse test ekleyin veya mevcut testleri güncelleyin.

English:

  1. Fork the repository and work on your own branch.
  2. Open a pull request (PR) describing your changes.
  3. Use clear and descriptive commit messages in your PRs.
  4. Ensure your code follows the existing architecture and style guide.
  5. Add or update tests if necessary.

Kod Standartları / Code Standards

Türkçe:

  1. Modern C++ standartlarını kullanın (C++17 ve sonrası önerilir).
  2. Anlaşılır ve okunabilir kod yazın.
  3. Gereksiz kod tekrarından kaçının.

English:

  1. Use modern C++ standards (C++17 or later recommended).
  2. Write clear and readable code.
  3. Avoid unnecessary code duplication.

İletişim / Contact

Türkçe:

Herhangi bir sorunuz veya öneriniz varsa, bir issue açabilirsiniz.

English:

If you have any questions or suggestions, you can open an issue.