chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:08:16 +08:00
commit 6c58764112
40 changed files with 13094 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
name: 🐞 Report a bug
description: Create a bug report to help us improve MindsDB
title: "[Bug]: "
labels: [bug]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report! Please fill out the form in English!
- type: textarea
attributes:
label: Short description of current behavior
validations:
required: true
- type: textarea
attributes:
label: Video or screenshots
description: The better the evidence you can provide, the faster we can fix it!
placeholder: https://www.loom.com/share/abcdefghijklmnopqrrstuvwxyz
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: A short description of what you expected to happen
validations:
required: false
- type: textarea
attributes:
label: How to reproduce the error
description: The better the evidence you can provide, the faster we can fix it!
placeholder: |
I uses these queries...
I was running MindsDB on...
I get this error...
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Ideas? Anything that will give us more context about the issue you are encountering!
validations:
required: false
+4
View File
@@ -0,0 +1,4 @@
contact_links:
- name: "Join MindsDB Community"
url: https://mindsdb.com/joincommunity
about: Join our community on Slack for other questions and general chat
@@ -0,0 +1,36 @@
name: 🚀 Request a feature
description: Create a feature request for us to add to our roadmap
labels: [enhancement]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this feature request! Please fill out the form in English!
- type: textarea
attributes:
label: Short description and motivation for the proposed feature
validations:
required: true
- type: textarea
attributes:
label: Video or screenshots
description: The better the information you can provide, the faster we can make it!
placeholder: https://www.loom.com/share/abcdefghijklmnopqrrstuvwxyz
validations:
required: false
- type: textarea
attributes:
label: Describe some possible solutions
description: How could this feature be implemented?
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Ideas? Anything else that will give us more context!
validations:
required: false
@@ -0,0 +1,30 @@
name: ✍️ Improve our docs
title: "[Docs]: "
description: Let us know how we can make our documentation more helpful
labels: [documentation]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this docs request! Please fill out the form in English!
- type: textarea
attributes:
label: Short description of what should be added or improved
validations:
required: true
- type: textarea
attributes:
label: Video or screenshots
description: The better the information you can provide, the faster we can improve it!
placeholder: https://www.loom.com/share/abcdefghijklmnopqrrstuvwxyz
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Ideas? Anything else that will give us more context!
validations:
required: false
@@ -0,0 +1,47 @@
name: 🧑‍🔧 Propose a new integration
description: Share an idea for a new datasource or machine learning integration
title: "[Integration]: "
labels: [roadmap, integration]
assignees:
-
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to share the new integration! Please fill out the form in English!
- type: checkboxes
attributes:
label: Is there an existing integration?
description: Please search to see if MindsDB already supports this integration.A list with supported integrations can be found [here](https://github.com/mindsdb/mindsdb#database-integrations).
options:
- label: I have searched the existing integrations.
required: true
- type: textarea
attributes:
label: Use Case
description: Which use-cases does this solve?
placeholder: |
Why this integration will be usefull to users? What is the value of having this integration?
validations:
required: true
- type: textarea
attributes:
label: Motivation
description: How will we know that this has succeeded?
placeholder: |
Explain the proposed integration as though it was already implemented and you were explaining it to a user.
validations:
required: true
- type: textarea
attributes:
label: Implementation
description: Describe how this integration will work, with code, pseudo-code, mock-ups, text, or add diagrams
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give more context about this integration!
validations:
required: false