mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +09:00
Merge pull request #3969 from JoeKar/fix/issue-template
Restore issue template functionality
This commit is contained in:
9
.github/ISSUE_TEMPLATE
vendored
9
.github/ISSUE_TEMPLATE
vendored
@@ -1,9 +0,0 @@
|
||||
## Description of the problem or steps to reproduce
|
||||
|
||||
## Specifications
|
||||
|
||||
<!-- You can use `micro -version` to get the commit hash. -->
|
||||
|
||||
Commit hash:
|
||||
OS:
|
||||
Terminal:
|
||||
25
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
11
.github/ISSUE_TEMPLATE/02-feature.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/02-feature.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Feature Request
|
||||
description: File a feature request.
|
||||
title: ""
|
||||
labels: ["feature"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: Description of the feature.
|
||||
validations:
|
||||
required: true
|
||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
Reference in New Issue
Block a user