mirror of
https://github.com/numexai/numex-hub.git
synced 2026-09-25 13:32:16 +00:00
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
name: 🐞 Hata bildir
|
||
description: Numex Hub'da bir hata bildir
|
||
labels: ["hata"]
|
||
body:
|
||
- type: dropdown
|
||
id: alan
|
||
attributes:
|
||
label: Hub'ın hangi bölümü?
|
||
options:
|
||
- Depo yönetimi (oluşturma, dosya düzenleme, commit geçmişi)
|
||
- AI destekli düzenleme (beta)
|
||
- Depo bağlamlı sohbet (beta)
|
||
- Anlık uygulama / geri alma (beta)
|
||
- Topluluk Vitrini (trend, çatalla, arama)
|
||
- Canlı Akış
|
||
- Giriş / hesap (Google, GitHub)
|
||
- Bilmiyorum
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: tarayici
|
||
attributes:
|
||
label: Tarayıcı ve işletim sistemi
|
||
placeholder: "ör. Chrome 128 · Windows 11"
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: ne-oldu
|
||
attributes:
|
||
label: Ne oldu?
|
||
description: Ne bekliyordun, ne oldu?
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: adimlar
|
||
attributes:
|
||
label: Nasıl tekrarlanır?
|
||
placeholder: |
|
||
1. Depoyu açtım
|
||
2. Sohbete "README'yi güncelle" yazdım
|
||
3. Uygula'ya bastım
|
||
4. ...
|
||
- type: input
|
||
id: sha
|
||
attributes:
|
||
label: İlgili commit SHA'sı (varsa)
|
||
description: AI değişikliği uyguladıysa Hub commit SHA'sını gösterir.
|
||
- type: textarea
|
||
id: ekran
|
||
attributes:
|
||
label: Ekran görüntüsü / hata mesajı
|
||
description: "Token, e-posta, şifre gibi bilgileri gizle. Özel depo içeriği paylaşma."
|
||
- type: markdown
|
||
attributes:
|
||
value: "🔒 Güvenlik açığı mı? Lütfen issue açma: destek@numexai.com.tr"
|