Skip to content

Commit

Permalink
chore: add period to end of issue templates for consistency (#8452)
Browse files Browse the repository at this point in the history
The one we can't customize has a period at the end, none of the others do.
  • Loading branch information
lostmygithubaccount authored Feb 27, 2024
1 parent ae3db0e commit 6f2edf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report
description: File a bug report for Ibis
description: File a bug report for Ibis.
title: "bug: "
labels: ["bug"]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs-issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Documentation issue
description: Open an issue about the Ibis documentation
description: Open an issue about the Ibis documentation.
title: "docs: "
labels: ["docs"]
body:
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,5 +1,5 @@
name: Feature request
description: Suggest an idea for Ibis
description: Suggest an idea for Ibis.
title: "feat: "
labels: ["feature"]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-backend.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: New backend request
description: Suggest a new backend for Ibis
description: Suggest a new backend for Ibis.
title: "feat: "
labels: ["feature", "new backend"]
body:
Expand Down

0 comments on commit 6f2edf0

Please sign in to comment.