mirror of
https://github.com/actions/setup-go.git
synced 2024-11-15 20:04:38 +08:00
Update issue templates (#12)
This commit is contained in:
parent
bf837a9de4
commit
a313bf1014
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a bug report
|
about: Create a bug report
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug, needs triage
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -35,4 +35,4 @@ A description with steps to reproduce the issue. If your have a public example o
|
|||||||
A description of what you expected to happen.
|
A description of what you expected to happen.
|
||||||
|
|
||||||
**Actual behavior:**
|
**Actual behavior:**
|
||||||
A description of what is actually happening.
|
A description of what is actually happening.
|
||||||
|
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: Custom issue template
|
||||||
|
about: Describe this issue template's purpose here.
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,9 +2,11 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: feature request, needs triage
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
|
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
|
||||||
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests -->
|
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests -->
|
||||||
|
|
||||||
@ -15,4 +17,4 @@ Describe your proposal.
|
|||||||
Justification or a use case for your proposal.
|
Justification or a use case for your proposal.
|
||||||
|
|
||||||
**Are you willing to submit a PR?**
|
**Are you willing to submit a PR?**
|
||||||
<!--- We accept contributions! -->
|
<!--- We accept contributions! -->
|
||||||
|
Loading…
Reference in New Issue
Block a user