Skip to content

Commit

Permalink
gh/templates: remove title field
Browse files Browse the repository at this point in the history
we wouldn't have a fixed prefix for title, so we decided to have an
empty `title` field but this has broken the github template format.
So, unset the title field at all should fix the problem.
  • Loading branch information
codebien committed Dec 6, 2021
1 parent 5c14dae commit ee8d9bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Bug report
description: Use this template for reporting bugs. Please search existing issues first.
title: ''
labels: bug
body:
- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feat_req.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature Request
description: Use this template for suggesting new features.
title: ''
labels: feature
body:
- type: textarea
Expand Down

0 comments on commit ee8d9bd

Please sign in to comment.