Skip to content

Commit 7576316

Browse files
authored
Update issue templates
1 parent f18c23b commit 7576316

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Reproduction**
14+
If you are reporting an incorrect result, please provide a sample Xcode or Swift package project that reproduces the issue.
15+
16+
**Environment**
17+
Copy the output from running:
18+
```
19+
periphery version
20+
swift -version
21+
xcodebuild -version
22+
```

0 commit comments

Comments
 (0)