Issue templates (#84)

* bug yml

* issue templates
This commit is contained in:
Tommy Lundy
2024-12-02 09:23:14 +00:00
committed by GitHub
parent 14cd1cbb20
commit b9e8475ffa
3 changed files with 90 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/smtp.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: SMTP Issue
description: Issue relataed to SMTP
labels: ["smtp"]
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