Skip to content

Commit

Permalink
Merge pull request #78 from jammsen/develop
Browse files Browse the repository at this point in the history
Extended templates - because people send issue without a title ...
  • Loading branch information
jammsen authored Jan 26, 2024
2 parents a6a1f1e + fd11671 commit 99bd096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "🐞 Bug report"
description: Create a bug report to help us improve things
labels: ["bug"]
title: "[Bug Report] "
title: "[Bug Report] Your descriptive title here!"
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "🚀 Feature request"
description: Suggest a feature that will improve things
labels: ["enhancement"]
title: "[Feature Request] "
title: "[Feature Request] Your descriptive title here!"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 99bd096

Please sign in to comment.