Files
GibSend/.github/ISSUE_TEMPLATE/marketing.yml
Tommy Lundy b9e8475ffa Issue templates (#84)
* bug yml

* issue templates
2024-12-02 20:23:14 +11:00

23 lines
635 B
YAML

name: Marketing Issue
description: Issue relataed to Marketing
labels: ["marketing"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to create this issue
- type: textarea
id: what-happened
attributes:
label: What happened?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: replication
attributes:
label: Replication Steps
description: Provide clear steps as to how this happened
value: "1. First click this \n2. Navigate to this \n3. Click this \n4. See this"
validations:
required: false