-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mustapayev
committed
Aug 15, 2024
1 parent
c90143f
commit 3d66d8f
Showing
2 changed files
with
72 additions
and
36 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |