Skip to content

Commit 2a8fa33

Browse files
authored
Merge branch 'main' into feat/add-bedrockmantle-provider
Signed-off-by: Sanket Raut <sankeyraut@users.noreply.github.com>
2 parents bfdc7ea + 30463af commit 2a8fa33

12 files changed

Lines changed: 1147 additions & 5 deletions
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Bug Report
2+
about: Report a bug or unexpected behavior
3+
title: "bug: "
4+
labels: ["bug"]
5+
assignees: []
6+
7+
---
8+
9+
<!--
10+
Before creating a bug report, please search existing issues and check the documentation at https://docs.k8sgpt.ai
11+
-->
12+
13+
## Expected Behavior
14+
<!-- Briefly describe what you expected to happen -->
15+
16+
## Current Behavior
17+
<!-- Describe what happened instead -->
18+
19+
## Steps to Reproduce
20+
<!-- Provide detailed steps to reproduce the bug -->
21+
1.
22+
2.
23+
3.
24+
4.
25+
26+
## Environment
27+
<!-- Provide relevant environment details -->
28+
29+
- **k8sgpt version:** (e.g., `k8sgpt version` output)
30+
- **Kubernetes version:** (e.g., `kubectl version --short`)
31+
- **AI Backend/Provider:** (e.g., OpenAI, Ollama, Azure)
32+
- **OS/Platform:** (e.g., macOS, Ubuntu, Windows)
33+
34+
## Additional Context
35+
<!-- Add any other context about the problem here (logs, screenshots, config snippets) -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: k8sgpt Documentation
4+
url: https://docs.k8sgpt.ai
5+
about: Please check the documentation before opening an issue
6+
- name: Slack Community
7+
url: https://join.slack.com/t/k8sgpt/shared_invite/zt-332vhyaxv-bfjJwHZLXWVCB3QaXafEYQ
8+
about: Join our Slack community to ask questions and get help
9+
- name: Security Vulnerabilities
10+
url: https://github.com/k8sgpt-ai/k8sgpt/blob/main/SECURITY.md
11+
about: Please report security vulnerabilities according to our security policy
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Feature Request
2+
about: Suggest a new feature or enhancement
3+
title: "feat: "
4+
labels: ["enhancement"]
5+
assignees: []
6+
7+
---
8+
9+
## Is your feature request related to a problem?
10+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when -->
11+
12+
## Describe the solution you'd like
13+
<!-- A clear and concise description of what you want to happen -->
14+
15+
## Describe alternatives you've considered
16+
<!-- A clear and concise description of any alternative solutions or features you've considered -->
17+
18+
## Additional context
19+
<!-- Add any other context, screenshots, or references to similar tools here -->
20+
21+
## Would you be willing to help implement this?
22+
<!-- Let us know if you're interested in contributing -->

ADOPTERS.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Adopters
2+
3+
This file lists organizations that are adopting k8sgpt. If your organization uses k8sgpt, please add yourself!
4+
5+
## How to Add Your Organization
6+
7+
Open a pull request to add your organization to this list. Include:
8+
- Organization name
9+
- Website (optional)
10+
- Level of adoption (Development, Trial, Production)
11+
- Brief description of use case (optional)
12+
13+
## Adopters
14+
15+
### Production
16+
17+
| Organization | Website | Level | Description |
18+
|-------------|---------|-------|-------------|
19+
| _(Add your organization here)_ | | | |
20+
21+
### Development / Trialing
22+
23+
| Organization | Website | Level | Description |
24+
|-------------|---------|-------|-------------|
25+
| _(Add your organization here)_ | | | |
26+
27+
## Verified Adopters
28+
29+
The following organizations have been verified by the TOC during the incubation process:
30+
31+
| Organization | Adoption Level | Verified By | Date |
32+
|-------------|----------------|-------------|------|
33+
| _(TBD)_ | | | |
34+
35+
> **Note:** For incubation, the TOC requires at least 3 independent adopters in dev/test or production. Please reach out if you'd like to be included in the verified list.
36+
37+
## Need Help Getting Started?
38+
39+
- [Documentation](https://docs.k8sgpt.ai)
40+
- [Quick Start Guide](https://docs.k8sgpt.ai/getting-started/getting-started/)
41+
- [Slack Community](https://join.slack.com/t/k8sgpt/shared_invite/zt-332vhyaxv-bfjJwHZLXWVCB3QaXafEYQ)

0 commit comments

Comments
 (0)