Skip to content

Commit

Permalink
Disable issue creation and update README (kubeflow#7618)
Browse files Browse the repository at this point in the history
* Disable issue creation and update README

Signed-off-by: Andrey Velichkevich <[email protected]>

* Add kubeflow/community repo

Signed-off-by: Andrey Velichkevich <[email protected]>

---------

Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich authored Jul 16, 2024
1 parent 32ff054 commit f6563b2
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 95 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

60 changes: 34 additions & 26 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Issues related to Kubeflow Pipelines
url: https://github.com/kubeflow/pipelines/issues/new/choose
about: Create issue in kubeflow/pipelines repo
- name: Issues related to Kubeflow Notebooks
url: https://github.com/kubeflow/kubeflow/issues/new
about: Create issue in kubeflow/kubeflow repo
- name: Kubeflow Documentation
url: https://www.kubeflow.org/
about: The official Kubeflow documentation
- name: Issues related to KServe
url: https://github.com/kserve/kserve/issues/new/choose
about: Create issue in kserve/kserve repository
- name: Issues related to Kubeflow Katib
url: https://github.com/kubeflow/katib/issues/new/choose
about: Create issue in kubeflow/katib repo
- name: Issues related to Kubeflow Kfserving
url: https://github.com/kubeflow/kfserving/issues/new/choose
about: Create issue in kubeflow/kfserving repo
- name: Issues related to Kubeflow Tf-operator
url: https://github.com/kubeflow/tf-operator/issues/new/choose
about: Create issue in kubeflow/tf-operator repo
- name: Issues related to Kubeflow Pytorch-operator
url: https://github.com/kubeflow/pytorch-operator/issues/new/choose
about: Create issue in kubeflow/pytorch-operator repo
- name: Issues related to Kubeflow Mpi-operator
about: Create issue in kubeflow/katib repository
- name: Issues related to Kubeflow Model Registry
url: https://github.com/kubeflow/model-registry/issues/new/choose
about: Create issue in kubeflow/model-registry repository
- name: Issues related to Kubeflow MPI Operator
url: https://github.com/kubeflow/mpi-operator/issues/new/choose
about: Create issue in kubeflow/mpi-operator repo
- name: Issues related to Kubeflow Xgboost-operator
url: https://github.com/kubeflow/xgboost-operator/issues/new/choose
about: Create issue in kubeflow/xgboost-operator repo
- name: Issues related to Kubeflow Mxnet-operator
url: https://github.com/kubeflow/mxnet-operator/issues/new/choose
about: Create issue in kubeflow/mxnet-operator repo

about: Create issue in kubeflow/mpi-operator repository
- name: Issues related to Kubeflow Notebooks
url: https://github.com/kubeflow/notebooks/issues/new/choose
about: Create issue in kubeflow/notebooks repository
- name: Issues related to Kubeflow Pipelines
url: https://github.com/kubeflow/pipelines/issues/new/choose
about: Create issue in kubeflow/pipelines repository
- name: Issues related to Kubeflow Spark Operator
url: https://github.com/kubeflow/spark-operator/issues/new/choose
about: Create issue in kubeflow/spark-operator repository
- name: Issues related to Kubeflow Training Operator
url: https://github.com/kubeflow/training-operator/issues/new/choose
about: Create issue in kubeflow/training-operator repository
- name: Issues related to Kubeflow Platform Manifests
url: https://github.com/kubeflow/manifests/issues/new/choose
about: Create issue in kubeflow/manifests repository
- name: Issues related to other Kubeflow Platform components
url: https://github.com/kubeflow/dashboard/issues/new/choose
about: Create issue in kubeflow/dashboard repository
- name: Issues related to Kubeflow community or Kubeflow ecosystem
url: https://github.com/kubeflow/community/issues/new/choose
about: Create issue in kubeflow/community repository
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/questions.md

This file was deleted.

54 changes: 39 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,52 @@
<img src="https://www.kubeflow.org/images/logo.svg" width="100">

[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/2660/badge)](https://bestpractices.coreinfrastructure.org/projects/2660) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/kubeflow/kubeflow/badge)](https://securityscorecards.dev/viewer/?uri=github.com/kubeflow/kubeflow) [![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/kubeflow/badge)](https://clomonitor.io/projects/cncf/kubeflow)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels)
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/kubeflow/badge)](https://clomonitor.io/projects/cncf/kubeflow)

Kubeflow the cloud-native platform for machine learning operations - pipelines, training and deployment.
The Kubeflow makes AI/ML on Kubernetes simple, portable and scalable.

---

## Documentation

Please refer to the official docs at [kubeflow.org](http://kubeflow.org).

## Working Groups
The Kubeflow community is organized into working groups (WGs) with associated repositories, that focus on specific pieces of the ML platform.
## Kubeflow Components

The Kubeflow ecosystem is composed of multiple open-source projects for each stage in
[the ML lifecycle](https://www.kubeflow.org/docs/started/architecture/#kubeflow-components-in-the-ml-lifecycle).

Learn more about each project in [the Kubeflow documentation](https://www.kubeflow.org/docs/components/).

Please use the following GitHub repositories to open issues and pull requests for
[the different Kubeflow components](https://www.kubeflow.org/docs/started/introduction/#what-are-standalone-kubeflow-components):

| Component | Source Code |
| -------------------------- | ----------------------------------------------------------------------------- |
| KServe | [`kserve/kserve`](https://github.com/kserve/kserve) |
| Kubeflow Katib | [`kubeflow/katib`](https://github.com/kubeflow/katib) |
| Kubeflow Model Registry | [`kubeflow/model-registry`](https://github.com/kubeflow/model-registry) |
| Kubeflow MPI Operator | [`kubeflow/mpi-operator`](https://github.com/kubeflow/mpi-operator) |
| Kubeflow Notebooks | [`kubeflow/notebooks`](https://github.com/kubeflow/notebooks) |
| Kubeflow Pipelines | [`kubeflow/pipelines`](https://github.com/kubeflow/pipelines) |
| Kubeflow Spark Operator | [`kubeflow/spark-operator`](https://github.com/kubeflow/spark-operator) |
| Kubeflow Training Operator | [`kubeflow/training-operator`](https://github.com/kubeflow/training-operator) |

If you want to open issue or pull request for the
[Kubeflow Platform](https://www.kubeflow.org/docs/started/introduction/#what-is-kubeflow-platform)
components:

- Use the [`kubeflow/manifests`](https://github.com/kubeflow/manifests) GitHub repository for
the Kubeflow Manifests.
- Use the [`kubeflow/dashboard`](https://github.com/kubeflow/dashboard) GitHub repository for
the Kubeflow Profile Controller, Central Dashboard, CRUD Web Apps, PVC Viewer, PodDefault, and
Access Management components.

* [AutoML](https://github.com/kubeflow/community/tree/master/wg-automl)
* [Deployment](https://github.com/kubeflow/community/tree/master/wg-deployment)
* [Manifests](https://github.com/kubeflow/community/tree/master/wg-manifests)
* [Notebooks](https://github.com/kubeflow/community/tree/master/wg-notebooks)
* [Pipelines](https://github.com/kubeflow/community/tree/master/wg-pipelines)
* [Serving](https://github.com/kubeflow/community/tree/master/wg-serving)
* [Training](https://github.com/kubeflow/community/tree/master/wg-training)
If you have questions about Kubeflow community or Kubeflow ecosystem, please use the
[`kubeflow/community`](https://github.com/kubeflow/community) GitHub repository.

## Quick Links
* [PR Dashboard](https://k8s-gubernator.appspot.com/pr)
## Kubeflow Community

## Get Involved
Please refer to the [Community](https://www.kubeflow.org/docs/about/community/) page.
Every Kubeflow component is maintained by Kubeflow working group (WG) leads.

Learn more about Kubeflow community and WG [in this guide](https://www.kubeflow.org/docs/about/community/).

0 comments on commit f6563b2

Please sign in to comment.