Skip to content

Commit

Permalink
Fix Github Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
daGscheid committed Aug 30, 2024
1 parent 6363bb6 commit 90ca293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/automated_testing.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: 🤖 Automated Testing Improvement
description: Suggest an enhancement or report an issue related to automated testing.
title: "[Automated Testing]: "
labels:
- enhancement
- automated testing
labels: ["automated testing"]

body:
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🛠️ Refactor
description: Suggest a code refactoring task aimed at improving code without altering functionality
title: "[Refactor]: "
labels: ["refactor"]
body:
- type: textarea
id: description
Expand Down

0 comments on commit 90ca293

Please sign in to comment.