numex-api/.github/ISSUE_TEMPLATE/api-sorunu.yml

29 lines
640 B
YAML
Raw Permalink 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.

name: 🐞 API sorunu
description: Bir uç noktada beklenmeyen davranış bildir
labels: ["api"]
body:
- type: input
id: uc
attributes:
label: Uç nokta
placeholder: "ör. POST /api/v1/chat"
validations:
required: true
- type: textarea
id: istek
attributes:
label: İstek gövdesi
description: API anahtarını ASLA paylaşma.
render: json
- type: textarea
id: yanit
attributes:
label: Aldığın yanıt (durum kodu + gövde)
render: json
validations:
required: true
- type: textarea
id: beklenen
attributes:
label: Ne bekliyordun?