Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal authored Oct 2, 2020
1 parent 299be93 commit c59c715
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Enter the Adaptive Card JSON that reproduces the behaviour:

```json
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [

],
"actions": [

]
}
```

Or zip up a project that reproduces the behavior and attach it by dragging it here.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
- Xcode [e.g. 12.0]
- Swift [e.g. 5.3]
- OS (if applicable): [e.g. iOS 14]

**Additional context**
Add any other context about the problem here.

0 comments on commit c59c715

Please sign in to comment.