-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add community information and fix broken links (#382)
* Add community information Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Fix broken links Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Update docs/community/get_involved.md Co-authored-by: Dan Sun <[email protected]> Signed-off-by: Sivanantham <[email protected]> * Update docs/community/get_involved.md Co-authored-by: Dan Sun <[email protected]> Signed-off-by: Sivanantham <[email protected]> * Update docs/community/get_involved.md Co-authored-by: Dan Sun <[email protected]> Signed-off-by: Sivanantham <[email protected]> * Update docs/community/get_involved.md Co-authored-by: Dan Sun <[email protected]> Signed-off-by: Sivanantham <[email protected]> * Update docs/community/get_involved.md Co-authored-by: Dan Sun <[email protected]> Signed-off-by: Sivanantham <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Signed-off-by: Sivanantham <[email protected]> Co-authored-by: Dan Sun <[email protected]>
- Loading branch information
1 parent
3fa6794
commit f991e85
Showing
14 changed files
with
100 additions
and
18 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,81 @@ | ||
# How to Get Involved | ||
|
||
Welcome to the KServe community! | ||
|
||
|
||
Feel free to ask questions, engage in discussions, or get involved in the KServe's development. KServe, as an open-source project, thrives on the active participation of its community. Let's work together to make machine learning model serving effortless. Join us! | ||
|
||
## How do you want to get involved? | ||
|
||
### Ask Questions | ||
|
||
For the fastest response, you can ask questions on the `#kserve` channel of the [CNCF | ||
Slack](https://slack.cncf.io/). | ||
To Join the channel, [Create your CNCF Slack account](https://slack.cncf.io/) and Search for the `#kserve` channel or join via [this link](https://cloud-native.slack.com/archives/C06AH2C3K8B). | ||
|
||
If you prefer to use GitHub discussions, you can join the [KServe discussions](https://github.com/kserve/kserve/discussions). | ||
|
||
### Bug Reports and Feature Requests | ||
|
||
We use GitHub Issues to track bug reports and feature requests. Please file your issues and feature requests in the [KServe main repository](https://github.com/kserve/kserve/issues/new/choose). | ||
|
||
For Documentation related issues, please use the [KServe Website repository](https://github.com/kserve/website/issues/new/choose). | ||
|
||
For Open Inference Protocol (V2) related issues and feature requests, please use [Open Inference Protocol repository](https://github.com/kserve/open-inference-protocol/issues/new) | ||
|
||
A good bug report should include: | ||
|
||
- Description: Clearly state what you were trying to accomplish and what behavior you observed instead | ||
- Versions: Specify the versions of relevant components | ||
- KServe version | ||
- Knative version (If using Serverless) | ||
- Kubeflow version (If used with Kubeflow) | ||
- Kubernetes version | ||
- Cloud provider details (if using a cloud provider, indicate which one) | ||
- Relevant resource yaml, HTTP requests, or log lines | ||
|
||
### Vulnerability Reports | ||
|
||
We strongly encourage you to report security vulnerabilities privately, before disclosing them in any public forums. Only the active maintainers and KServe security group members will receive the reported security vulnerabilities and the issues are treated as top priority. | ||
|
||
You can use the following ways to report security vulnerabilities privately: | ||
|
||
- Using our private security mailing list: [[email protected]](mailto:[email protected]). | ||
- Using the [KServe repository GitHub Security Advisory](https://github.com/kserve/kserve/security/advisories/new) | ||
|
||
### Become a Contributor | ||
|
||
This is the place to start your journey as a contributor—whether it's enhancing code, improving documentation. KServe welcomes your contribution! | ||
|
||
If you're interested in becoming a KServe contributor, you'll want to check out | ||
our [developer guide](../developer/developer.md). | ||
|
||
|
||
### Communication Channels | ||
|
||
Much of the community meets on [the CNCF Slack](https://slack.cncf.io/), using the following channels: | ||
|
||
* [#kserve](https://cloud-native.slack.com/archives/C06AH2C3K8B): General discussion about KServe usage | ||
* [#kserve-contributors](https://cloud-native.slack.com/archives/C06KZRPSDS7): General discussion channel for folks contributing to the KServe project in any capacity | ||
* [#kserve-oip-collaboration](https://cloud-native.slack.com/archives/C06P4SYCNRX): Discussion area for Open Inference Protocol and API standardization | ||
|
||
|
||
### Community Meetings | ||
|
||
We have public KServe WG biweekly community meetings on Wed 9AM US/Pacific and a public monthly Open Inference Protocol WG meeting on Wed 10AM US/Pacific. | ||
|
||
KServe WG Meeting agendas and notes can be accessed in the [working group document](https://docs.google.com/document/d/1KZUURwr9MnHXqHA08TFbfVbM8EAJSJjmaMhnvstvi-k). | ||
Open Inference Protocol WG meeting minutes from the monthly work group sessions can be accessed in the [working group document](https://docs.google.com/document/d/1f21bja1ejHPrZRmY5ke0UxKVD26j0VntJxx0qGN3fKE). | ||
|
||
|
||
You can access the meeting recordings on [the community calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/kserve?view=month) by clicking on the respective date's event details. | ||
|
||
Stay tuned for new events by subscribing to the | ||
[community calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/kserve?view=month) ([iCal export file](https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001LkOceQAF)). | ||
|
||
<iframe src="https://zoom-lfx.platform.linuxfoundation.org/meetings/kserve?view=month" style="border: 0" width="100%" height="800" frameborder="0"></iframe> | ||
|
||
|
||
|
||
|
||
|
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
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
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
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
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
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
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
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
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
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
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
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
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