Skip to content

Commit

Permalink
chore: fix issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves committed Jan 16, 2024
1 parent 3819c8f commit 948a14c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: '
name: Bug Report
about: Create a bug report to help us improve
title: "fix: "
labels: bug
assignees: ''

assignees: ""
---

## Bug Report
Expand Down
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'feat:'
name: Feature Request
about: Suggest an idea or enhancement for this project
title: "feat:"
labels: enhancement
assignees: ''

assignees: ""
---

## Feature Request
Expand Down
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Refactor Request
about: Suggest the refactoring for this project
title: "refactor:"
labels: enhancement
assignees: ""
---

## Refactor Request

### Describe the Refactor Request

<!-- A clear and concise description of the refactor request.
Please include if your refactor request is related to a problem. -->

### Describe Preferred Solution

<!-- A clear and concise description of what you want to happen. -->

### Describe Alternatives

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

### Related Code

<!-- If you can illustrate the bug or refactor request with an
example, please provide it here. -->

### Additional Context

<!-- List any other information that is relevant to your issue. Stack traces,
related issues, suggestions on how to add, use case, Stack Overflow links,
forum links, screenshots, OS if applicable, etc. -->

0 comments on commit 948a14c

Please sign in to comment.