mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update and rename awesome-go-com.md to bug.yml
This commit is contained in:
parent
f807a57e84
commit
e93f430a06
13
.github/ISSUE_TEMPLATE/awesome-go-com.md
vendored
13
.github/ISSUE_TEMPLATE/awesome-go-com.md
vendored
@ -1,13 +0,0 @@
|
||||
---
|
||||
name: awesome-go.com
|
||||
about: website-related
|
||||
title: "[awesome-go.com]: issue title here"
|
||||
labels: awesome-go.com
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
before opening the issue we recommend that you read our contribution guide, there we talk about how you can contribute to awesome-go.
|
||||
https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md
|
||||
-->
|
27
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
name: Bug Report
|
||||
description: Report a bug encountered
|
||||
labels: ["bug", "pending-review"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you very much for opening a bug report at awesome-go.
|
||||
|
||||
If you have a feature idea or need help, please go to [our Forum](https://github.com/avelino/awesome-go/discussions).
|
||||
before opening the issue we recommend that you read our [contribution guide](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md), there we talk about how you can contribute to awesome-go.
|
||||
- type: checkboxes
|
||||
id: confirm-search
|
||||
attributes:
|
||||
label: Search first
|
||||
description: Please search [existing issues](https://github.com/avelino/awesome-go/issues) and the [awesome-go forum](https://github.com/avelino/awesome-go/discussions) before reporting.
|
||||
options:
|
||||
- label: I searched and no similar issues were found
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What Happened?
|
||||
description: |
|
||||
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user