From 6605b4eef94dba05976c9003352d21e346b137d2 Mon Sep 17 00:00:00 2001 From: Albert Date: Sat, 18 Jul 2026 12:09:19 +0000 Subject: [PATCH] chore: sync community files --- .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE/bug_report.yml | 47 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 21 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++ 4 files changed, 82 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8fe39b6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [altertable-ai] diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..70214e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,47 @@ +name: Bug Report +description: Report a bug +labels: ["bug"] +body: + - type: textarea + id: description + attributes: + label: Description + description: A clear description of the bug. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to Reproduce + description: Minimal code or steps to reproduce the issue. + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Behavior + validations: + required: true + - type: textarea + id: actual + attributes: + label: Actual Behavior + validations: + required: true + - type: input + id: version + attributes: + label: SDK Version + validations: + required: true + - type: input + id: runtime + attributes: + label: "Python Version" + validations: + required: true + - type: dropdown + id: os + attributes: + label: Operating System + options: [macOS, Linux, Windows, Other] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..c671468 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,21 @@ +name: Feature Request +description: Suggest a feature +labels: ["enhancement"] +body: + - type: textarea + id: problem + attributes: + label: Problem + description: What problem does this solve? + validations: + required: true + - type: textarea + id: solution + attributes: + label: Proposed Solution + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Alternatives Considered diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9db0f20 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## What + + + +## Why + + + +## Checklist + +- [ ] Tests added or updated +- [ ] `CHANGELOG.md` updated (skip for docs/CI-only changes) +- [ ] Breaking change noted in commit footer (`BREAKING CHANGE: …`) and changelog