Codebase list golang-github-go-kit-kit / f9d8373b-9935-4125-b2b2-694ccabcf82b/upstream/0.12.0 .github / ISSUE_TEMPLATE / bug_report.yaml
f9d8373b-9935-4125-b2b2-694ccabcf82b/upstream/0.12.0

Tree @f9d8373b-9935-4125-b2b2-694ccabcf82b/upstream/0.12.0 (Download .tar.gz)

bug_report.yaml @f9d8373b-9935-4125-b2b2-694ccabcf82b/upstream/0.12.0raw · history · blame

name: Bug report
description: Report a bug
labels: [bug]
body:
- type: textarea
  attributes:
    label: What did you do?
  validations:
    required: true
- type: textarea
  attributes:
    label: What did you expect?
  validations:
    required: true
- type: textarea
  attributes:
    label: What happened instead?
  validations:
    required: true