Skip to content

Commit

Permalink
add issue templates (coverlet-coverage#1533)
Browse files Browse the repository at this point in the history
* add issue templates
  • Loading branch information
Bertk authored Sep 12, 2023
1 parent 2307f65 commit 473777c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''

---

**Describe the bug**
Please share a clear and concise description of the problem.

**To Reproduce**
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).

**Expected behavior**
Provide a description of the expected behavior.

**Actual behavior**
Provide a description of the actual behavior observed. If applicable please include any error messages, exception stacktraces or memory dumps.

**Configuration (please complete the following information):**
Please provide more information on your .NET configuration:
* Which coverlet package and version was used?
* Which version of .NET is the code running on?
* What OS and version, and what distro if applicable?
* What is the architecture (x64, x86, ARM, ARM64)?
* Do you know whether it is specific to that configuration?

**Additional context**
Add any other context about the problem here.

> :exclamation: Please also read [Known Issues](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/KnownIssues.md)
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/02-blank-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Blank issue template
about: Create a report for questions or feature requests
title: ''
labels: ''
assignees: ''

---


1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 473777c

Please sign in to comment.