-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor almost whole chart in order to make it working as …
…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
Showing
42 changed files
with
1,167 additions
and
1,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!**) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!**) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!**) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!**) |
Oops, something went wrong.