nikoksr/konfetty

View on GitHub
.github/ISSUE_TEMPLATE/bug.yaml

Summary

Maintainability
Test Coverage
# Credit: https://raw.githubusercontent.com/goreleaser/goreleaser/main/.github/ISSUE_TEMPLATE/bug.yaml
name: Bug Report
description: File a bug report
labels: [bug, triage]
assignees:
  - nikoksr
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report! Please fill the form below.
  - type: textarea
    id: what-happened
    attributes:
      label: What happened (or didn't happen) and how can we reproduce the problem?
      description: Please provide a clear and concise description of what the bug is.
    validations:
      required: true
  - 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/nikoksr/konfetty/blob/main/CODE_OF_CONDUCT.md)
      options:
        - label: I agree to follow this project's Code of Conduct
          required: true