Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

adding template #445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Coffee/Tea Issue Report
description: Report issues with your coffee or tea purchase
sections:
- type: select
name: Beverage Type
options:
- Coffee
- Tea
default: Coffee

- type: conditional
condition: Beverage Type == "Coffee"
section:
- type: select
name: Coffee Type
options:
- Espresso
- Cappuccino
- Latte
- Drip Coffee
- type: select
name: Coffee Size
options:
- Small
- Medium
- Large
- type: checkbox
name: Additional Options
options:
- Sugar
- Cream
- Syrup

- type: conditional
condition: Beverage Type == "Tea"
section:
- type: select
name: Tea Type
options:
- Black Tea
- Green Tea
- Herbal Tea
- Chai
- type: select
name: Tea Size
options:
- Small
- Medium
- Large
- type: checkbox
name: Additional Options
options:
- Honey
- Lemon
- Milk

- type: text
name: Order Number
- type: date
name: Date of Purchase
- type: text
name: Location