Skip to content

Commit

Permalink
fix(issue templates): schema
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 6, 2024
1 parent b8b7c9a commit 660b503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug report
description: Create a bug report to help us improve Atlas.
labels: bug
labels:
- bug
title: "[BUG] - "
body:
- type: checkboxes
Expand Down Expand Up @@ -74,4 +75,3 @@ body:
attributes:
label: Additional content
description: Anything you want to add.
validations:
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Feature request
description: Create a feature request to help us improve Atlas.
labels: enhancement
labels:
- enhancement
title: "[FEATURE] - "
body:
- type: checkboxes
Expand Down Expand Up @@ -53,4 +54,3 @@ body:
attributes:
label: Additional context.
description: Add any other context or screenshots about the feature request here.
validations:

0 comments on commit 660b503

Please sign in to comment.