Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed May 18, 2024
1 parent 63d7bfd commit aa3166a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Chore
about: Something you'd like to see done but not urgently
title: chore
title: chore: [Short description of the chore]
labels: chore
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
about: Suggest an idea for this project
title: feat
title: feat: [Short description of the feature]
labels: feature
assignees: ''

Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/fix.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Fix
about: Create a report to help us improve
title: fix
title: fix: [Short description of the fix]
labels: fix
assignees: ''

Expand All @@ -12,9 +12,10 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
2. Click on '...'
3. Scroll down to '...'
4. See error

**Expected behavior**
Expand Down

0 comments on commit aa3166a

Please sign in to comment.