Skip to content

Commit

Permalink
ci(github): Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jun 20, 2024
1 parent 4f2d159 commit fe66176
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
name: 🐞 Bug report
about: Create a report to help us improve
labels: ''
labels: 'bug'
assignees: ''

---
Expand All @@ -11,26 +11,26 @@ assignees: ''
You have the option to utilize `go bug` for an automatically populated bug report template, or you can manually complete the template provided below.

### Describe the bug
## 📝 Describe the bug

A clear and concise description of what the bug is.

### To Reproduce
## 🔬 To Reproduce

Steps to reproduce the behavior:

## Expected behavior
## 🎯 Expected behavior

A clear and concise description of what you expected to happen.

### Screenshots
## 📸 Screenshots

If applicable, add screenshots to help explain your problem.

### Version
## 📦 Version

Which version(s) of the `gocache` modules are you seeing the bug with?

### Additional context
## 🌄 Additional context

Add any other context about the problem here.
Add any other context about the problem here.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
name: Feature request
name: 🚀 Feature request
about: Suggest an idea for this project
labels: ''
labels: 'enhancement'
assignees: ''

---

> [!IMPORTANT]
> Please use a title starting with the name of the affected package, or "all", followed by a colon, followed by a short summary of the feature. Example: `redis: Add support for TLS` or `all: Add support for TLS`.
### Is your feature request related to a problem? Please describe
## 📝 Description

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
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
## Describe the solution you'd like

A clear and concise description of what you want to happen.

### Describe alternatives you've considered
## 🔄 Describe alternatives you've considered

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

### Additional context
## 🌄 Additional context

Add any other context or screenshots about the feature request here.
Add any other context or screenshots about the feature request here.

0 comments on commit fe66176

Please sign in to comment.