diff --git a/.github/ISSUE_TEMPLATE/improvement-request.md b/.github/ISSUE_TEMPLATE/improvement-request.md new file mode 100644 index 0000000000..ffab1f2c91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement-request.md @@ -0,0 +1,19 @@ +--- +name: Improvement Request +about: Suggest an improvement or enhancement for this project +title: "[Improvement]: " +labels: '' +assignees: '' + +--- + +## Describe the improvement +A clear and concise description of the improvement you'd like to see. +## Motivation / Problem +Explain the problem this improvement solves or why it would be beneficial. +## Proposed solution +Describe how you think this could be implemented. +## Alternatives considered +Any alternative approaches you've thought about. +## Additional context +Add any other context, references, or screenshots here. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..df8132bde6 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1 @@ +---name: Bug reportabout: Create a report to help us improvetitle: ''labels: ''assignees: ''---## DescriptionA clear and concise description of what the bug is.## Steps to Reproduce1. Go to '...'2. Click on '....'3. Scroll down to '....'4. See error## Expected BehaviorA clear and concise description of what you expected to happen.## Actual BehaviorA clear and concise description of what actually happened.## ScreenshotsIf applicable, add screenshots to help explain your problem.## Environment- OS: [e.g. iOS]- Browser: [e.g. chrome, safari]- Version: [e.g. 22]## Additional ContextAdd any other context about the problem here. diff --git a/README.md b/README.md index c294a7fbf0..2276554ba4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ Java client for the [kubernetes](https://kubernetes.io/) API. +## Target User + +This library is designed for: + +- **Java Developers**: Developers who are building applications using Java and need to interact with Kubernetes clusters programmatically. +- - **DevOps Engineers**: Engineers who want to automate Kubernetes operations and management tasks using Java-based tools. + - - **Application Developers**: Developers who need to integrate Kubernetes functionality into their Java applications, such as deploying, scaling, and managing containerized applications. + - - **Platform Engineers**: Engineers building internal platforms or tools that require Kubernetes API integration. + + - Whether you're building CI/CD pipelines, monitoring tools, custom controllers, or any application that needs to communicate with Kubernetes, this client library provides a type-safe and easy-to-use Java interface to the Kubernetes API. + - + ## To start using Kubernetes Java Client See the wiki page and documentation [here](https://github.com/kubernetes-client/java/wiki). @@ -39,3 +51,8 @@ already covered. You can also reach out to us via [#kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-clients/) slack channel. + + +## Version History + +test