Skip to content
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
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: "🚨 Bug Report"
description: File a bug report
title: "🚨 [BUG] - <title>"
labels: ["bug", "triage"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!

- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: |
Steps to reproduce the behavior:
1.
2.
3.

Expected behavior:
...

Actual behavior:
...
validations:
required: true

- type: textarea
id: possible-fix
attributes:
label: Any suggestions for fixing this bug?
description: If you have an idea to fix this bug, we'd love to hear it!
validations:
required: false

- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output.
render: shell

- type: textarea
id: environment
attributes:
label: Details about your environment
description: Please provide the following information about your environment.
placeholder: |
## Your Environment
- Go Version:
- Operating System:
- Browser (if applicable):
- Relevant env vars

Tell us what you see!
validations:
required: false
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
blank_issues_enabled: false
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: "💡 Feature Request"
description: Create a new ticket for a new feature request
title: "💡 [REQUEST] - <title>"
labels: ["question"]
body:
- type: textarea
id: implementation_pr
attributes:
label: "Implementation PR"
description: Associated pull request
placeholder: "# Pull Request ID"
validations:
required: false
- type: textarea
id: reference_issues
attributes:
label: "Reference Issues"
description: Related issues
placeholder: "# Issue ID(s)"
validations:
required: false
- type: textarea
id: summary
attributes:
label: "Summary"
description: Provide a brief explanation of the feature
placeholder: Describe your feature request
validations:
required: true
- type: textarea
id: basic_example
attributes:
label: "Basic Example"
description: Provide some basic examples of your feature
placeholder: A few specific details about your feature request
validations:
required: true
- type: textarea
id: drawbacks
attributes:
label: "Drawbacks"
description: What are the drawbacks/impacts of your feature request?
placeholder: Identify the drawbacks and impacts while remaining neutral on your feature request
validations:
required: true
- type: textarea
id: unresolved_question
attributes:
label: "Unresolved questions"
description: What questions remain unresolved?
placeholder: Identify any unresolved issues
validations:
required: false
Loading