Skip to content

Commit 08489fc

Browse files
stephencelisniilohlin
authored andcommitted
Add Issue Templates (pointfreeco#556)
1 parent 55d61dc commit 08489fc

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/bug_report.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
Give a clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Zip up a project that reproduces the behavior and attach it by dragging it here.
15+
16+
```swift
17+
// And/or enter code that reproduces the behavior here.
18+
19+
```
20+
21+
**Expected behavior**
22+
Give a clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Environment**
28+
- swift-snapshot-testing version [e.g. 1.9.0]
29+
- Xcode [e.g. 13.2]
30+
- Swift [e.g. 5.5]
31+
- OS: [e.g. iOS 15]
32+
33+
**Additional context**
34+
Add any more context about the problem here.

.github/ISSUE_TEMPLATE/question.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question
3+
about: Have a question about SnapshotTesting?
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
SnapshotTesting uses GitHub issues for bugs. For more general discussion and help, please use [GitHub Discussions](https://github.com/pointfreeco/swift-snapshot-testing/discussions).

0 commit comments

Comments
 (0)