mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +09:00
.github/ISSUE_TEMPLATE isn't allowed as template file name any longer, since it is used as the default search folder for issue templates.
26 lines
560 B
YAML
26 lines
560 B
YAML
name: Bug Report
|
|
description: File a bug report.
|
|
title: ""
|
|
labels: ["bug", "triage"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Description of the problem and steps to reproduce.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
examples:
|
|
- **Version**: 2.0.15 and/or commit hash ($ micro -version)
|
|
- **OS**: Debian
|
|
- **Terminal**: ptyxis
|
|
value: |
|
|
- Version:
|
|
- OS:
|
|
- Terminal:
|
|
validations:
|
|
required: true
|