setup-dotnet/.github/ISSUE_TEMPLATE/bug_report.md

18 lines
438 B
Markdown
Raw Normal View History

2020-05-19 02:03:57 +07:00
---
name: Bug report
about: Create a bug report
title: ''
2021-02-02 14:41:51 +07:00
labels: bug
2020-05-19 02:03:57 +07:00
assignees: ''
---
2021-02-02 14:41:51 +07:00
**Description:** A clear and concise description of what the bug is.
2020-05-19 02:03:57 +07:00
2021-02-02 14:41:51 +07:00
**Expected behavior:** A description of what you expected to happen.
2020-05-19 02:03:57 +07:00
2021-02-02 14:41:51 +07:00
**Actual behavior:** A description of what is actually happening.
2020-05-19 02:03:57 +07:00
2021-02-02 14:41:51 +07:00
**Repro steps:**
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.