Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yafesdot authored Jan 31, 2022
1 parent 8f202ac commit 9c7b1e4
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Açıklama
# Explanation

<!-- Bu alanda değişiklerinizin ne işe yaradığını ayrıntılı bir biçimde anlatın. -->
<!-- Describe in detail what your changes do here. -->

**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:

<!-- Yaptığınız değişikliklerin önceki ve sonraki hallerini içeren ekran görüntüleri ve/veya videoları ekleyin. -->
<!-- Include screenshots and/or videos with before and after changes you've made here. -->

# Nasıl Test Edilir?
# How to test?

<!-- Lütfen bu alanda yaptığınız değişiklikler için yazılan testlerin, hangi kısımları test ettiğini yazın.
<!-- Specify what tests you've done for the changes you've made here.
- [ ] Test A
- [ ] Test B -->

# 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.

0 comments on commit 9c7b1e4

Please sign in to comment.