Skip to content

Commit

Permalink
refactor: Refactor almost whole chart in order to make it working as …
Browse files Browse the repository at this point in the history
…expected (#37)

* refactor: Refactor almost whole chart in order to make it working as expected

* fix: Remove idea directory

* fix: remove .idea v2
  • Loading branch information
Mrkazik99 authored Jul 25, 2024
1 parent d676604 commit cf0c759
Show file tree
Hide file tree
Showing 42 changed files with 1,167 additions and 1,105 deletions.
68 changes: 34 additions & 34 deletions .github/ISSUE_TEMPLATE/ama.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
---
name: Question
about: Ask a question about the project
title: ''
labels: question
assignees: ''

---

### **Question:**

_A clear and concise question._

---

### **Context:**

_Provide context or background information relevant to the question._

---

### **What have you tried:**

_Describe what you have tried or researched already._

---

### **Additional Information:**

_Any additional information or context that might be relevant._

---

[//]: # (**Thank you for reaching out!**)
---
name: Question
about: Ask a question about the project
title: ''
labels: question
assignees: ''

---

### **Question:**

_A clear and concise question._

---

### **Context:**

_Provide context or background information relevant to the question._

---

### **What have you tried:**

_Describe what you have tried or researched already._

---

### **Additional Information:**

_Any additional information or context that might be relevant._

---

[//]: # (**Thank you for reaching out!**)
116 changes: 58 additions & 58 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

### **Pre-checklist:**

- [ ] I have searched for similar issues in the repository and could not find a duplicate.
- [ ] I have provided detailed steps to reproduce the bug.
- [ ] I have included all necessary information about my environment.

### **Summary:**

_A brief summary of the bug._

---

### **Steps to Reproduce:**

1. _Step 1 description_
2. _Step 2 description_
3. _Step 3 description_

**Expected Result:**

_Description of what you expected to happen._

**Actual Result:**

_Description of what actually happened._

**Screenshots or Code Snippets (if applicable):**

_Add any screenshots or code snippets that might help in diagnosing the issue._

---

### **Environment Details:**
**Deployment type**
- [ ] Docker
- [ ] Kubernetes
- [ ] Other

_Any relevant to the case environment details (e.g. browser in case of UI bug)_

---

### **Additional Information:**

_Any additional information, context, or logs that might be relevant to the issue._

---

[//]: # (**Thank you for helping us improve our project!**)
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

### **Pre-checklist:**

- [ ] I have searched for similar issues in the repository and could not find a duplicate.
- [ ] I have provided detailed steps to reproduce the bug.
- [ ] I have included all necessary information about my environment.

### **Summary:**

_A brief summary of the bug._

---

### **Steps to Reproduce:**

1. _Step 1 description_
2. _Step 2 description_
3. _Step 3 description_

**Expected Result:**

_Description of what you expected to happen._

**Actual Result:**

_Description of what actually happened._

**Screenshots or Code Snippets (if applicable):**

_Add any screenshots or code snippets that might help in diagnosing the issue._

---

### **Environment Details:**
**Deployment type**
- [ ] Docker
- [ ] Kubernetes
- [ ] Other

_Any relevant to the case environment details (e.g. browser in case of UI bug)_

---

### **Additional Information:**

_Any additional information, context, or logs that might be relevant to the issue._

---

[//]: # (**Thank you for helping us improve our project!**)
68 changes: 34 additions & 34 deletions .github/ISSUE_TEMPLATE/documentation_update.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
---
name: Documentation Update
about: Suggest changes or additions to the documentation
title: ''
labels: documentation
assignees: ''

---

### **Description:**

_A detailed description of the documentation update needed._

---

### **Sections to be Updated:**

_List the sections or pages that need updates._

---

### **Suggested Changes:**

_Provide the suggested changes or additions._

---

### **Additional Information:**

_Any additional information or context that might be relevant._

---

[//]: # (**Thank you for helping us improve our documentation!**)
---
name: Documentation Update
about: Suggest changes or additions to the documentation
title: ''
labels: documentation
assignees: ''

---

### **Description:**

_A detailed description of the documentation update needed._

---

### **Sections to be Updated:**

_List the sections or pages that need updates._

---

### **Suggested Changes:**

_Provide the suggested changes or additions._

---

### **Additional Information:**

_Any additional information or context that might be relevant._

---

[//]: # (**Thank you for helping us improve our documentation!**)
80 changes: 40 additions & 40 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### **Description:**

_A detailed description of the feature you are requesting._

---

### **Use Case:**

_A description of the use case that this feature would address._

---

### **Benefits:**

_Explanation of the benefits this feature would bring._

---

### **Possible Implementation (if applicable):**

_Description of how you think this feature could be implemented._

---

### **Additional Information:**

_Any additional information, context, or logs that might be relevant to the request._

---

[//]: # (**Thank you for helping us improve our project!**)
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### **Description:**

_A detailed description of the feature you are requesting._

---

### **Use Case:**

_A description of the use case that this feature would address._

---

### **Benefits:**

_Explanation of the benefits this feature would bring._

---

### **Possible Implementation (if applicable):**

_Description of how you think this feature could be implemented._

---

### **Additional Information:**

_Any additional information, context, or logs that might be relevant to the request._

---

[//]: # (**Thank you for helping us improve our project!**)
Loading

0 comments on commit cf0c759

Please sign in to comment.