Skip to content

Commit 3cd54c0

Browse files
authored
Update issue templates (#683)
1 parent 6f7998f commit 3cd54c0

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. iCalendar Data
17+
If possible, provide the iCalendar data that reproduces the issue:
18+
```
19+
BEGIN:VCALENDAR
20+
...
21+
END:VCALENDAR
22+
```
23+
24+
2. Include a unit test that shows actual and expected behavior:
25+
```cs
26+
var calendar = Calendar.Load("...");```
27+
---
28+
Assert.That(...)
29+
```
30+
31+
**Expected behavior**
32+
Add a clear and concise description for the reason of the expected behavior.
33+
34+
**Environment (please complete the following information):**
35+
- OS: [e.g. Windows 10, macOS 11.2]
36+
- .NET version: [e.g. .NET 6, .NET Framework 4.8]
37+
- ical.net version: [e.g. 4.1.0]
38+
39+
**Additional context**
40+
Add any other context about the problem here, such as relevant code snippets, logs, or error messages.

0 commit comments

Comments
 (0)