diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cfd453c..a873d94 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,32 @@ -# Açıklama +# Explanation - + -**Alakalı Hata (Issue):** # +**Related Issue:** # -## Değişiklik Tipi +## Category of Thing You Changed: -- [ ] Hata düzeltimi (belirli bir hatayı (issue) düzelten değişiklikler) -- [ ] Yeni özellik (eklenmiş olan yeni fonksiyonel değişiklikler) -- [ ] Döküman veya yapılandırma dosyaları değişiklikleri +- [ ] Bug Fix +- [ ] Feature +- [ ] Documentation -## Ekler +## Aditional Information: - + -# Nasıl Test Edilir? +# How to test? - -# Kontrol Listesi: +# Checklist: -- [ ] Kodum bu projenin kod formatı kurallarına uygun. -- [ ] Kodumu inceledim. -- [ ] Özellikle anlaşılması güç olabilen alanlar için yorumlar bıraktım. -- [ ] Gerekliyse, dökümanlari güncelledim. -- [ ] Değişikliklerim yeni hatalara sebep olmuyor. -- [ ] Değişiklerim doğrultusunda testler ekledim veya testleri güncelledim. -- [ ] Varsa, değişikliklerime bağlı, diğer değişikliklerin tümü hali hazırda ana branch'te mevcut. +- [ ] My code complies with this project's code format guidelines. +- [ ] I reviewed my code. +- [ ] I left code comments for areas that may be difficult to understand. +- [ ] If necessary, I have updated the documentation. +- [ ] Changes I made are not producing new issues. +- [ ] I added or updated tests based on my changes. +- [ ] If there's any, all changes related to my changes are already in main branch.