Skip to content

Commit 8e0a652

Browse files
authored
Update issue templates
1 parent 4a63442 commit 8e0a652

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Thank you for contributing to MarkdownUI!
11+
12+
Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the checklist.
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**Checklist**
18+
- [ ] I can reproduce this issue with a vanilla SwiftUI project.
19+
- [ ] I can reproduce this issue using the `main` branch of this package.
20+
- [ ] This bug hasn't been addressed in an [existing GitHub issue](https://github.com/gonzalezreal/swift-markdown-ui/issues).
21+
22+
**Steps to reproduce**
23+
Explanation of how to reproduce the incorrect behavior. This could include an attached project, a link to code, or a Markdown-formatted text exhibiting the issue.
24+
1. ...
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Version information**
33+
- MarkdownUI: [e.g. 2.0.0, or a commit hash]
34+
- OS: [e.g. iOS 15, macOS 13]
35+
- Xcode: [e.g. 14.2.0]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

0 commit comments

Comments
 (0)