renfordt/ICStorm

View on GitHub
.github/ISSUE_TEMPLATES/bug_report.yml

Summary

Maintainability
Test Coverage
name: Bug Report
description: File a bug report
title: "🪲: "
labels: ["bug"]
assignees:
  - renfordt
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report!
  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: Also tell us, what did you expect to happen?
      placeholder: Tell us what you see!
      value: "A bug happened!"
    validations:
      required: true
  - type: dropdown
    id: version
    attributes:
      label: Version
      description: What version of our software are you running?
      options:
        - 1.0.X
        - master branch
    validations:
      required: true
  - type: textarea
    id: logs
    attributes:
      label: Relevant log output
      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
      render: shell
  - type: checkboxes
    id: terms
    attributes:
      label: Code of Conduct
      description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/renfordt/larvatar/blob/main/contributing.md)
      options:
        - label: I agree to follow this project's Code of Conduct
          required: true