Merge pull request #5661 from menloresearch/template/yml-to-md
🔧 config: all yml to md for issue template
This commit is contained in:
commit
defc6b92d2
1
.github/ISSUE_TEMPLATE/1-bug-report.md
vendored
1
.github/ISSUE_TEMPLATE/1-bug-report.md
vendored
@ -3,7 +3,6 @@ name: 🐛 Bug Report
|
|||||||
about: If something isn't working as expected 🤔
|
about: If something isn't working as expected 🤔
|
||||||
title: 'bug: '
|
title: 'bug: '
|
||||||
type: Bug
|
type: Bug
|
||||||
projects: menloresearch/30
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Version:** e.g. 0.5.x-xxx
|
**Version:** e.g. 0.5.x-xxx
|
||||||
|
|||||||
11
.github/ISSUE_TEMPLATE/2-feature-request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/2-feature-request.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: 🚀 Feature Request
|
||||||
|
about: Suggest an idea for this project 😻!
|
||||||
|
title: 'idea: '
|
||||||
|
---
|
||||||
|
|
||||||
|
## Problem Statement
|
||||||
|
<!-- Describe the problem you're facing -->
|
||||||
|
|
||||||
|
## Feature Idea
|
||||||
|
<!-- Describe what you want instead. Examples are welcome! -->
|
||||||
20
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
20
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
name: "\U0001F680 Feature Request"
|
|
||||||
title: 'idea: '
|
|
||||||
description: "Suggest an idea for this project \U0001F63B!"
|
|
||||||
projects: ["menloresearch/30"]
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "Problem Statement"
|
|
||||||
description: "Describe the problem you're facing"
|
|
||||||
placeholder: |
|
|
||||||
I'm always frustrated when ...
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "Feature Idea"
|
|
||||||
description: "Describe what you want instead. Examples are welcome!"
|
|
||||||
12
.github/ISSUE_TEMPLATE/3-epic.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/3-epic.md
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
name: 🌟 Epic
|
||||||
|
about: Major building block that advances Jan's goals
|
||||||
|
title: 'epic: '
|
||||||
|
type: Epic
|
||||||
|
---
|
||||||
|
|
||||||
|
## Goal
|
||||||
|
|
||||||
|
## Tasklist
|
||||||
|
|
||||||
|
## Out of scope
|
||||||
22
.github/ISSUE_TEMPLATE/3-epic.yml
vendored
22
.github/ISSUE_TEMPLATE/3-epic.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: "\U0001F31F Epic"
|
|
||||||
description: "Major building block that advances Jan's goals"
|
|
||||||
title: 'epic: '
|
|
||||||
type: "Epic"
|
|
||||||
projects: ["menloresearch/30"]
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "Goal"
|
|
||||||
description: "Describe the epic's objective and expected impact"
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "Tasklist"
|
|
||||||
description: "List the key tasks required to complete this epic"
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: "Out of scope"
|
|
||||||
description: "List items that are explicitly excluded from this epic"
|
|
||||||
13
.github/ISSUE_TEMPLATE/4-goal.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/4-goal.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: 🎯 Goal
|
||||||
|
about: External communication of Jan's roadmap and objectives
|
||||||
|
title: 'goal: '
|
||||||
|
type: Goal
|
||||||
|
---
|
||||||
|
|
||||||
|
## Goal
|
||||||
|
|
||||||
|
## Tasklist
|
||||||
|
|
||||||
|
## Out of scope
|
||||||
|
|
||||||
23
.github/ISSUE_TEMPLATE/4-goal.yml
vendored
23
.github/ISSUE_TEMPLATE/4-goal.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: "\U0001F3AF Goal"
|
|
||||||
description: "External communication of Jan's roadmap and objectives"
|
|
||||||
title: 'goal: '
|
|
||||||
type: "Goal"
|
|
||||||
projects: ["menloresearch/30"]
|
|
||||||
assignees: freelerobot
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "Goal"
|
|
||||||
description: "Describe the objective and desired outcome"
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "Tasklist"
|
|
||||||
description: "List the specific tasks needed to achieve this goal"
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: "Out of scope"
|
|
||||||
description: "List items that are explicitly excluded from this goal"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user