Update and rename awesome-go-com.md to bug.yml

This commit is contained in:
Avelino 2023-05-01 17:56:21 -03:00 committed by GitHub
parent f807a57e84
commit e93f430a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 13 deletions

View File

@ -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
View 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