Permalink
Cannot retrieve contributors at this time
32 lines (24 sloc)
598 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
setup-dotnet/.github/ISSUE_TEMPLATE/bug_report.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Bug report | |
about: Create a bug report | |
title: '' | |
labels: bug, needs triage | |
assignees: '' | |
--- | |
**Description:** | |
A clear and concise description of what the bug is. | |
**Task version:** | |
Specify the task version | |
**Platform:** | |
- [ ] Ubuntu | |
- [ ] macOS | |
- [ ] Windows | |
**Runner type:** | |
- [ ] Hosted | |
- [ ] Self-hosted | |
**Repro steps:** | |
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. | |
**Expected behavior:** | |
A description of what you expected to happen. | |
**Actual behavior:** | |
A description of what is actually happening. |