nocobase/docs/tr-TR/welcome/community/contributing.md
altaytahsin ad4929e48b
Turkish language created for Docs. Belgeler için türkçe dil desteği (#1071)
* Turkish language created for Docs. Belgeler için türkçe dil desteği oluşturuldu.

* Turkish docs fix
2022-12-23 09:42:44 +08:00

51 lines
907 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Katkı
- Kaynak kodunu kendi deponuza alın(fork)
- Kaynak kodunu değiştir
- Çekme isteği(pull request) gönderin
- CLA'yı imzalayın
## İndir
```bash
# Aşağıdaki git adresini kendi deponuzla değiştirin
git clone https://github.com/nocobase/nocobase.git
cd nocobase
yarn install
```
## Geliştirme ve Test
```bash
# Uygulamayı kurun ve başlatın
yarn dev
# Tüm testleri çalıştır
yarn test
# Klasördeki tüm test dosyalarını çalıştırın
yarn test <dir>
# Tek bir test dosyası çalıştırın
yarn test <file>
```
## Belge önizlemesi
```bash
# Belgeleri başlat
yarn doc --lang=zh-CN
yarn doc --lang=en-US
yarn doc --lang=tr-TR
```
Belgeler docs dizinindedir ve Markdown sözdizimini takip eder
```bash
|- /docs/
|- en-US
|- tr-TR
|- zh-CN
```
## Diğerleri
Daha fazla CLI talimatı için lütfen [NocoBase CLI bölümüne bakın](./development/nocobase-cli.md)