Skip to content

Commit

Permalink
chore: improves issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante committed Nov 8, 2023
1 parent de47a20 commit eb0a616
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 66 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Report a bug
description: Tell us about a bug or issue you may have identified.
title: "Provide a general summary of the issue"
labels: [bug]
assignees: "-"
body:
- type: markdown
attributes:
value: "To expedite our maintainers' efforts, please search for [duplicate or closed issues](https://github.com/stacklok/minder/issues?q=is%3Aissue+) and familiarize yourself with our [contributing guidelines](https://github.com/stacklok/minder/blob/main/CONTRIBUTING.md)."
- type: textarea
id: what-happened
attributes:
label: Describe the issue
description: A clear and concise description of what the bug is. If applicable, add screenshots to illustrate the problem.
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: To Reproduce
description: Describe the steps to reproduce the behavior.
- type: input
id: version
attributes:
label: What version are you using?
placeholder: "e.g., v5.1.0 or v4.5.2"
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Ask the community
url: https://github.com/stacklok/minder/discussions/new
about: Ask and discuss questions with other Minder community members.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Issue or Enhancement
description: Suggest an idea or feature for Minder.
title: "Provide a general summary of the issue or enhancement"
labels: [user-story]
assignees: "-"
body:
- type: textarea
id: description
attributes:
label: Please describe the Issue or Enhancement
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...], this could be improved by [...], this would provide the ability to [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution Proposal
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: considerations
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the feature request here. e.g. link to a Google doc if the design is being discussed there.
- type: textarea
id: acceptance
attributes:
label: Acceptance Criteria
description: What does done look like?
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/user_story.md

This file was deleted.

0 comments on commit eb0a616

Please sign in to comment.