Skip to content

Commit

Permalink
feat: new backend issue template (#8449)
Browse files Browse the repository at this point in the history
## Description of changes

the feature template has more than needed to request a new backend; this
will also auto-label w/ "new backend"

also some light editing of the other templates for consistency

## Issues closed
  • Loading branch information
lostmygithubaccount authored Feb 26, 2024
1 parent 7667328 commit e4edc78
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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
name: Bug report
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,4 +1,4 @@
name: Documentation Issue
name: Documentation issue
description: Open an issue about the Ibis documentation
title: "docs: "
labels: ["docs"]
Expand Down
4 changes: 2 additions & 2 deletions .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
name: Feature request
description: Suggest an idea for Ibis
title: "feat: "
labels: ["feature"]
body:
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/new-backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: New backend request
description: Suggest a new backend for Ibis
title: "feat: "
labels: ["feature", "new backend"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out a new backend request!
- type: textarea
id: backend
attributes:
label: Which new backend would you like to see in Ibis?
description: Please provide relevant links and disclose your affiliation with the backend.
placeholder: "I would like a new backend for ..."
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ibis-project/ibis/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit e4edc78

Please sign in to comment.