Skip to content

Commit

Permalink
Remove title in issue forms (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 13, 2024
1 parent a58864b commit 32f918c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Bug Report
description: Create a Report to Help us Improve
title: "[BUG]: "
labels:
- bug
assignees: paddyroddy
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Documentation
description: How Can We Improve the Documentation
title: "[DOCS]: "
labels:
- documentation
assignees: paddyroddy
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Feature Request
description: Suggest a Way to Improve This Project
title: "[FEATURE]: "
labels:
- enhancement
assignees: paddyroddy
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Question
description: General Questions About Using Example
title: "[QUESTION]: "
labels:
- question
assignees: paddyroddy
Expand Down

0 comments on commit 32f918c

Please sign in to comment.