-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new backend issue template (#8449)
## 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
1 parent
7667328
commit e4edc78
Showing
4 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |