Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use yaml issue template #276

Merged
merged 1 commit into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 🐞 Bug Report
description: Found a bug? We are sorry about that! Let us know! 🐛
title: "(bug) <title>"
labels: [bug, needs-triage]
body:
- type: textarea
attributes:
label: Observed behavior
description: |
What are you trying to do?
Describe what you think went wrong during this.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: |
Describe as much as you can the problem.
Please provide us scenario file, logs or anything you have that can help us to understand.
validations:
required: false
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/change.md

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/change.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ↩ Change
description: Update functionality that already exists.
title: "(change) <title>"
labels: [change, needs-triage]
body:
- type: textarea
attributes:
label: Motivation
description: Give us information why do we need to change how it works.
validations:
required: false
- type: textarea
attributes:
label: Requirements
description: What this change is supposed to do?
validations:
required: true
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 📚 Documentation
description: Any documentation related issue/addition. 📒
title: "(doc) <title>"
labels: [documentation, needs-triage]
body:
- type: textarea
attributes:
label: Change in the documentation
description: What should we add/remove/update in the documentation
validations:
required: true
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/feature.md

This file was deleted.

13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: ⚙️ Feature
description: Add new functionality to the project.
title: "(feature) <title>"
labels: [enhancement, needs-triage]
body:
- type: textarea
attributes:
label: Requirements
description: |
Ask us what do you want!
Please provide us scenario file, logs or anything you have that can help us to understand.
validations:
required: true