Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.63 KB

File metadata and controls

49 lines (33 loc) · 1.63 KB

📑 Katkı Rehberi (Türkçe)

Aspectify projesine katkıda bulunmak ister misiniz? Harika! 🎉

Aşağıdaki adımları izleyerek katkıda bulunabilirsiniz:

🔹 Nasıl Katkıda Bulunulur?

  1. Bu repository'yi fork yapın 🍴
  2. Forkladığınız repoda feature/ozellik-ekleme gibi açıklayıcı bir branch oluşturun.
  3. İlgili geliştirme veya düzeltmeleri yapın.
  4. Değişikliklerinizi git commit ile açıklayıcı mesajlar kullanarak kaydedin.
  5. GitHub üzerinden Pull Request oluşturun.
  6. Açıklayıcı bir başlık ve değişikliklerinizi anlatan bir açıklama ekleyin.

🔹 Kurallar

  • Küçük değişiklikler için bile açıklayıcı commit mesajı kullanın.
  • Kod stiline ve projenin genel yapısına uygun kod yazın.
  • Test eklemeyi unutmayın (varsa ilgili feature için).
  • README veya dökümantasyonda değişiklik yaptıysanız belirtin.

📑 Contribution Guide (English)

Would you like to contribute to the Aspectify project? Awesome! 🎉

Please follow the steps below:

🔹 How to Contribute?

  1. Fork this repository 🍴
  2. Create a descriptive feature branch like feature/add-new-feature.
  3. Make your improvements or bugfixes.
  4. Commit your changes with clear and descriptive commit messages.
  5. Open a Pull Request via GitHub.
  6. Add a descriptive title and detailed explanation for your changes.

🔹 Rules

  • Use clear commit messages even for small changes.
  • Follow the existing code style and structure.
  • Add tests for new features or important fixes if applicable.
  • If you updated documentation (e.g., README), mention it.

✅ Thanks for helping improve Aspectify!