Skip to content

Commit

Permalink
chore(issues): removing redundant fields from issues (#116)
Browse files Browse the repository at this point in the history
removing redundant fields from issues
  • Loading branch information
Jacobbrewer1 authored Feb 11, 2025
1 parent 2746e3a commit f05d8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please provide the following information to help us resolve the issue quickly.
- type: input
id: bug-title
attributes:
label: Bug Title
description: A brief summary of the bug.
placeholder: Brief summary of the bug
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand All @@ -36,7 +28,10 @@ body:
attributes:
label: Steps to reproduce
description: Provide detailed steps to reproduce the issue.
placeholder: 1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
validations:
required: true
- type: textarea
Expand Down
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this feature request! Please provide the following information to help us understand your suggestion.
- type: input
id: feature-title
attributes:
label: Feature Title
description: A brief summary of the feature.
placeholder: Brief summary of the feature
validations:
required: true
- type: textarea
id: feature-description
attributes:
Expand Down

0 comments on commit f05d8f4

Please sign in to comment.