Skip to content

Commit

Permalink
added new bug report yml tamplate
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace authored Jan 3, 2024
1 parent 6283830 commit e03673a
Showing 1 changed file with 118 additions and 0 deletions.
118 changes: 118 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
name: Bug Report
description: File a bug report
title: ""
labels: ["bug", "triage"]

body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this bug report!"

- type: textarea
id: system-os-info
attributes:
label: OS info
description: The operating system and version are you using.
placeholder: eg. Debian 12 , Ubuntu 23.10, Arch 6.6.3, Windows 10, MacOS 12
validations:
required: true

- type: checkboxes
id: docker
attributes:
label: Docker image
options:
- label: I am using the docker image.
required: false

- type: textarea
id: certbot_dns_duckdns-version-info
attributes:
label: certbot_dns_duckdns version
description: The `certbot_dns_duckdns` version are you using. (you can use `pip show certbot_dns_duckdns` to get the version)
placeholder: eg. v1.3
validations:
required: true

- type: textarea
id: certbot-version-info
attributes:
label: certbot version
description: The `certbot` version are you using. (you can use `certbot --version` to get the version)
placeholder: eg. 2.4.0
validations:
required: true

- type: textarea
id: bug-description
attributes:
label: Bug description
description: A clear and precise description of what the bug is.
placeholder: What happend?
validations:
required: true

- type: textarea
id: expected-description
attributes:
label: Expected behaviour description
description: A simple and precise description of the expected behavior.
placeholder: What should happend?
validations:
required: true

- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output.
render: shell
validations:
required: false

- type: textarea
id: command
attributes:
label: Command
description: Specify the exact command you used. Make sure to anonymize your DuckDNS token and subdomain.
render: shell
validations:
required: true

- type: textarea
id: dns-records
attributes:
label: DNS records
description: Your current DNS records.
render: shell
validations:
required: false

- type: textarea
id: reproduce-steps
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: How can the error be reproduced?
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional context
description: All further information on the context of the bug that does not belong to the other sections, such as a workaround or already tested approaches to a solution.
placeholder: Is there any further context?
validations:
required: false

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Please check off the following checklist after you have performed the corresponding actions
options:
- label: I have checked for [existing Github issues](https://github.com/infinityofspace/certbot_dns_duckdns/issues) for the same bug.
required: true
- label: I have checked to see if there is a [newer version](https://github.com/infinityofspace/certbot_dns_duckdns/releases) that already fixes this error.
required: true

0 comments on commit e03673a

Please sign in to comment.