Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
divyam234 committed Sep 22, 2024
1 parent 693b319 commit b10088c
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 2 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug Report
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Repoduction
description: Steps to reproduce the bug
validations:
required: true
- type: textarea
id: expectation
attributes:
label: Expected behavior
description: What you expected to happen.
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
placeholder: |
Ex: 1.5.1
validations:
required: true
- type: dropdown
id: os
attributes:
label: Which Platform are you using?
multiple: false
options:
- Windows
- macOS
- Linux
- Other
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here
placeholder: |
Logs, screenshots, etc.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[feat]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ changelog:
- '^docs:'
- '^test:'
- '^ci:'
- 'README'
- '^README'
- '^Update'
- Merge pull request
- Merge branch
- Merge branch

0 comments on commit b10088c

Please sign in to comment.