Skip to content

Commit 473777c

Browse files
authored
add issue templates (#1533)
* add issue templates
1 parent 2307f65 commit 473777c

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
Please share a clear and concise description of the problem.
12+
13+
**To Reproduce**
14+
Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or a small project, with steps to run it. If possible include text as text rather than screenshots (so it shows up in searches).
15+
16+
**Expected behavior**
17+
Provide a description of the expected behavior.
18+
19+
**Actual behavior**
20+
Provide a description of the actual behavior observed. If applicable please include any error messages, exception stacktraces or memory dumps.
21+
22+
**Configuration (please complete the following information):**
23+
Please provide more information on your .NET configuration:
24+
* Which coverlet package and version was used?
25+
* Which version of .NET is the code running on?
26+
* What OS and version, and what distro if applicable?
27+
* What is the architecture (x64, x86, ARM, ARM64)?
28+
* Do you know whether it is specific to that configuration?
29+
30+
**Additional context**
31+
Add any other context about the problem here.
32+
33+
> :exclamation: Please also read [Known Issues](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/KnownIssues.md)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Blank issue template
3+
about: Create a report for questions or feature requests
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)