mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Resolve comments
This commit is contained in:
parent
9a46dbb681
commit
daad66578a
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -7,11 +7,26 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Description:** A clear and concise description of what the bug is.
|
||||
**Description:**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Expected behavior:** A description of what you expected to happen.
|
||||
**Expected behavior:**
|
||||
A description of what you expected to happen.
|
||||
|
||||
**Actual behavior:** A description of what is actually happening.
|
||||
**Actual behavior:**
|
||||
A description of what is actually happening.
|
||||
|
||||
**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.
|
||||
|
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,15 +2,9 @@
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
labels: feature request
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Description:**
|
||||
Describe your proposal.
|
||||
|
||||
**Related issue:**
|
||||
Add issue link.
|
||||
|
||||
**Pull request:**
|
||||
Add pull request link (if it exists).
|
12
.github/pull_request_template.md
vendored
12
.github/pull_request_template.md
vendored
@ -1,7 +1,11 @@
|
||||
**Description**: Describe your changes.
|
||||
**Description:**
|
||||
Describe your changes.
|
||||
|
||||
**Related issue:** Add link to related issue.
|
||||
**Related issue:**
|
||||
Add link to the related issue.
|
||||
|
||||
**Documentation changes required:** (Y/N) Mark if documentation changes are required.
|
||||
**Documentation changes required:**
|
||||
- [ ] Mark if documentation changes are required.
|
||||
|
||||
**Added tests:** (Y/N) Mark if tests were added or updated according changes.
|
||||
**Test updates**
|
||||
- [ ] Mark if tests were added or updated to cover the changes.
|
Loading…
Reference in New Issue
Block a user