diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2beb0842379d..a78f0b568b03 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/docs-issue.yml b/.github/ISSUE_TEMPLATE/docs-issue.yml index 42cac3adf861..2d2c44a39289 100644 --- a/.github/ISSUE_TEMPLATE/docs-issue.yml +++ b/.github/ISSUE_TEMPLATE/docs-issue.yml @@ -1,4 +1,4 @@ -name: Documentation Issue +name: Documentation issue description: Open an issue about the Ibis documentation title: "docs: " labels: ["docs"] diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d3ff853cd10f..7b6197fc3f51 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/new-backend.yml b/.github/ISSUE_TEMPLATE/new-backend.yml new file mode 100644 index 000000000000..2434266eae8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-backend.yml @@ -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