Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/10_project-antalya-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Project Antalya Bug Report
about: Help us improve Project Antalya
title: ''
labels: antalya
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.


**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Key information**
Provide relevant runtime details.
- Project Antalya Build Version
- Cloud provider, e.g., AWS
- Kubernetes provider, e.g., GKE or Minikube
- Object storage, e.g., AWS S3 or Minio
- Iceberg catalog, e.g., Glue with REST Proxy

**Additional context**
Add any other context about the problem here.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/10_question.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/20_feature-request.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/20_project-antalya-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Project Antalya Feature request
about: Suggest an idea for Project Antalya
title: ''
labels: antalya, enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/30_project-antalya-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Project Antalya Question
about: Ask a question about Project Antalya
title: ''
labels: ''
assignees: ''

---

Make sure to check the [Altinity documentation](https://docs.altinity.com/) and the [Altinity Knowledge Base](https://kb.altinity.com/) first.

If your question is concise and probably has a short answer, asking it in the [the Altinity Slack workspace](https://altinity.com/slack) is probably the fastest way to find the answer. Use the #antalya channel.

If you'd rather file a GitHub issue, remove all this text and ask your question here.

Please include relevant environment information as applicable.
50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/30_unexpected-behaviour.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/35_incomplete_implementation.yaml

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/40_altinity-stable-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Altinity Stable Bug report
about: Report something broken in an Altinity Stable Build
title: ''
labels: stable
assignees: ''

---

✅ *I checked [the Altinity Stable Builds lifecycle table](https://docs.altinity.com/altinitystablebuilds/#altinity-stable-builds-life-cycle-table), and the Altinity Stable Build version I'm using is still supported.*

## Type of problem
Choose one of the following items, then delete the others:

**Bug report** - something's broken

**Incomplete implementation** - something's not quite right

**Performance issue** - something works, just not as quickly as it should

**Backwards compatibility issue** - something used to work, but now it doesn't

**Unexpected behavior** - something surprising happened, but it wasn't the good kind of surprise

**Installation issue** - something doesn't install the way it should

**Usability issue** - something works, but it could be a lot easier

**Documentation issue** - something in the docs is wrong, incomplete, or confusing

## Describe the situation
A clear, concise description of what's happening. Can you reproduce it in a ClickHouse Official build of the same version?

## How to reproduce the behavior

* Which Altinity Stable Build version to use
* Which interface to use, if it matters
* Non-default settings, if any
* `CREATE TABLE` statements for all tables involved
* Sample data for all these tables, use the [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/31fd4f5eb41d5ec26724fc645c11fe4d62eae07f/programs/obfuscator/README.md) if necessary
* Queries to run that lead to an unexpected result

## Expected behavior
A clear, concise description of what you expected to happen.

## Logs, error messages, stacktraces, screenshots...
Add any details that might explain the issue.

## Additional context
Add any other context about the issue here.
50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/45_usability-issue.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/50_altinity-stable-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Altinity Stable Question
about: Ask a question about an Altinity Stable Build
title: ''
labels: question, stable
assignees: ''

---

Make sure to check the [Altinity documentation](https://docs.altinity.com/) and the [Altinity Knowledge Base](https://kb.altinity.com/) first.

If your question is concise and probably has a short answer, asking it in the [the Altinity Slack channel](https://altinity.com/slack) is probably the fastest way to find the answer.

For more complicated questions, consider [asking them on StackOverflow with the tag "clickhouse"](https://stackoverflow.com/questions/tagged/clickhouse).

If you'd rather file a GitHub issue, remove all this text and ask your question here.
Loading
Loading