Skip to content

Commit

Permalink
chore: fix issue templates (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Aug 25, 2024
1 parent e38b605 commit ea6a721
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/01-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature Request
description: File a feature request.
title: ""
labels: ["language feature", "triage"]
body:
- type: markdown
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/02-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Bug Report
description: File a bug report.
title: ""
labels: ["bug", "triage"]
body:
- type: markdown
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/03-other.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Other issue
description: Other issue (except security reports, please file those in private!)
title: ""
labels: ["triage"]
body:
- type: markdown
Expand Down

0 comments on commit ea6a721

Please sign in to comment.