-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1054 from chandrams/add_pr_issue_template
Included PR and issue templates
- Loading branch information
Showing
4 changed files
with
92 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: " " | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of the bug | ||
|
||
**How to reproduce it** | ||
Please provide steps to reproduce the issue | ||
|
||
**Expected behavior** | ||
A clear and concise description of the expected behavior | ||
|
||
**Relevant logs** | ||
Attach any relevant logs to help debug the issue | ||
|
||
**Environment:** | ||
- Kubernetes Cluster [e.g. minikube, openshift, kind] | ||
- Version | ||
- OS | ||
|
||
**Additional context** | ||
Add any other context about the problem here, any links or screenshots |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "Questions via Kruize Community slack - #autotune" | ||
url: https://kruizeworkspace.slack.com/archives/C01R7HV4LPN | ||
about: "Join us for questions, answers or Kruize related chat." | ||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: "Feature Request" | ||
about: Suggest an idea to improve Kruize | ||
title: '' | ||
labels: "enhancement" | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the feature | ||
|
||
Provide a clear and concise description of what the feature is about | ||
|
||
### Examples or references | ||
|
||
Add any examples or references to understand it better | ||
|
||
### Suggest a solution | ||
|
||
Any suggestions on how to solve this | ||
|
||
### Additional Context | ||
|
||
Any additional context about the feature |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Description | ||
|
||
Please describe the issue or feature and the summary of changes made to fix this. | ||
|
||
Fixes # (issue) | ||
|
||
### Type of change | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Docs update | ||
- [ ] Breaking change (What changes might users need to make in their application due to this PR?) | ||
- [ ] Requires DB changes | ||
|
||
## How has this been tested? | ||
|
||
Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required. | ||
|
||
- [ ] New Test X | ||
- [ ] Functional testsuite | ||
|
||
**Test Configuration** | ||
* Kubernetes clusters tested on: | ||
|
||
## Checklist :dart: | ||
|
||
- [ ] Followed coding guidelines | ||
- [ ] Comments added | ||
- [ ] Dependent changes merged | ||
- [ ] Documentation updated | ||
- [ ] Tests added or updated | ||
|
||
## Additional information | ||
|
||
Include any additional information such as links, test results, screenshots here |