Sha256: 1dfc1673e154360dba2aea6b624deb2ab48fb690380f0cf863134e62558ba210

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

name: BugReport
description: File a bug report
title: "[Bug]: "
assignees: IkumaTadokoro
labels: ["bug"]
body:
  - type: markdown
    attributes:
      value: "Thanks for taking the time to fill out this bug report!"
  - type: textarea
    id: description
    attributes:
      label: Summary
    validations:
      required: false
  - type: textarea
    id: reproduction
    attributes:
      label: Steps to reproduce the bug
      placeholder: |
        1. ...
        2. ...
        3. ...
    validations:
      required: false
  - type: textarea
    id: expected
    attributes:
      label: Expected
    validations:
      required: false
  - type: textarea
    id: log
    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
    validations:
      required: false
  - type: textarea
    id: environment
    attributes:
      label: Environment
    validations:
      required: false
  - type: textarea
    id: related_issues
    attributes:
      label: Related Issue
      placeholder: "Ref: #3899"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jp_local_gov-1.0.0 .github/ISSUE_TEMPLATE/bug-report.yml
jp_local_gov-0.3.1 .github/ISSUE_TEMPLATE/bug-report.yml
jp_local_gov-0.3.0 .github/ISSUE_TEMPLATE/bug-report.yml
jp_local_gov-0.2.1 .github/ISSUE_TEMPLATE/bug-report.yml
jp_local_gov-0.2.0 .github/ISSUE_TEMPLATE/bug-report.yml