Skip to content

Commit

Permalink
Merge pull request #174 from 0xneves/main
Browse files Browse the repository at this point in the history
chore: fix issues template
  • Loading branch information
0xneves authored Jan 16, 2024
2 parents 305bfe3 + d583074 commit 0c785b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 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
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/refactor-template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Refactor Template
about: 'Refactor '
title: 'refactor:'
labels: ''
assignees: ''

name: Refactor Request
about: Suggest the refactoring for this project
title: "refactor:"
labels: enhancement
assignees: ""
---

## Refactor Request
Expand Down

0 comments on commit 0c785b0

Please sign in to comment.