Skip to content

Commit

Permalink
update error report template
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Aug 15, 2024
1 parent c90143f commit 3d66d8f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/hata-bildirimi-icin.md

This file was deleted.

72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/hata-bildirimi-icin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
name: Hata Bildirimi
description: Hataları gidermemize yardımcı olacak bir rapor oluşturun
labels: [bug]
body:
- type: markdown
attributes:
value: |
Bu konuda zaten bir hata bildirimi olmadığından emin olun.
Bakınız: [hata bildirimleri](https://github.com/mewebstudio/pos/issues).
- type: textarea
id: what-happened
attributes:
label: Hatanın özeti
description: |
Yaşadığınız sorunun detayları.
validations:
required: true
- type: input
id: bank_name
attributes:
label: Banka ismi
validations:
required: true
- type: dropdown
id: gateway_class
attributes:
label: Gateway ismi
options:
- AkbankPos
- EstV3Pos
- GarantiPos
- InterPos
- KuveytPos
- PayFlexCPV4Pos
- PayFlexV4Pos
- PayForPos
- PosNet
- PosNetV1Pos
- ToslaPos
- VakifKatilimPos
default: 0
validations:
required: true
- type: dropdown
id: payment_model
attributes:
label: İşlem Tipi
options:
- MODEL_3D_SECURE ödeme
- MODEL_3D_PAY ödeme
- MODEL_3D_HOST ödeme
- MODEL_NON_SECURE ödeme
- Ödeme işlemi değil
default: 0
validations:
required: true
- type: input
id: library_version
attributes:
label: Kütüphane versiyonu
validations:
required: false
- type: checkboxes
id: checks
attributes:
label: Checks
options:
- label: Bu konuda zaten bir hata bildirimi olmadığından eminim.
required: true
- label: Hatayı yeniden oluşturmak için gereken detayları ekledim.
required: true

0 comments on commit 3d66d8f

Please sign in to comment.