mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
Add issue and pr templates
This commit is contained in:
parent
8336fd394b
commit
9a46dbb681
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,22 +2,16 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a bug report
|
about: Create a bug report
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Description
|
**Description:** A clear and concise description of what the bug is.
|
||||||
|
|
||||||
<!--
|
**Expected behavior:** A description of what you expected to happen.
|
||||||
* Please share short description of the problem
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Details
|
**Actual behavior:** A description of what is actually happening.
|
||||||
|
|
||||||
<!--
|
**Repro steps:**
|
||||||
* Include the relevant yaml, platform, and dotnet versions in use
|
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
|
||||||
* If an error occurred on a public action, please share a link
|
|
||||||
* Include any error messages received in text (search does not work for images)
|
|
||||||
* Was this a regression from previous behavior?
|
|
||||||
-->
|
|
||||||
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Description:**
|
||||||
|
Describe your proposal.
|
||||||
|
|
||||||
|
**Related issue:**
|
||||||
|
Add issue link.
|
||||||
|
|
||||||
|
**Pull request:**
|
||||||
|
Add pull request link (if it exists).
|
7
.github/pull_request_template.md
vendored
Normal file
7
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
**Description**: Describe your changes.
|
||||||
|
|
||||||
|
**Related issue:** Add link to related issue.
|
||||||
|
|
||||||
|
**Documentation changes required:** (Y/N) Mark if documentation changes are required.
|
||||||
|
|
||||||
|
**Added tests:** (Y/N) Mark if tests were added or updated according changes.
|
Loading…
Reference in New Issue
Block a user