mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
Winni Neessen
31001e87b2
# SUMMARY * Bad licenses: * Deprecated licenses: * Licenses without file extension: * Missing licenses: * Unused licenses: * Used licenses: CC0-1.0, MIT * Read errors: 0 * Files with copyright information: 45 / 45 * Files with license information: 45 / 45 Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)
75 lines
2.5 KiB
YAML
75 lines
2.5 KiB
YAML
# SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
name: Bug Report
|
|
description: Create a report to help us improve
|
|
# title: ""
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before submitting this issue, please do the following:
|
|
- Do a web search for your error. This usually leads to a much better understanding of the issue.
|
|
- Search both the issue tracker (even closed issues) and discussion forums.
|
|
- Try to fix it yourself. Keep a list of things you have done to fix the problem.
|
|
|
|
If after doing all the above, the problem remains, please continue with this ticket providing *all* the information requested.
|
|
|
|
Bug reports that do not follow these steps will likely be closed, so please help us to help you.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: A clear and concise description of what the bug is.
|
|
# value: ""
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: To Reproduce
|
|
description: Steps to reproduce the behaviour
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behaviour
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: A clear and concise description of what you expected to happen.
|
|
placeholder: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
placeholder: If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: attempted-fixes
|
|
attributes:
|
|
label: Attempted Fixes
|
|
description: A list of things you have tried to fix the problem, including search engine links.
|
|
placeholder: A list of things you have tried to fix the problem, including search engine links.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the problem here.
|
|
placeholder: Add any other context about the problem here.
|
|
validations:
|
|
required: false
|