mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Similar re-organization what was done on master branch in
a9d45c80ac
.
Move all content from README.md to the Jekyll site under docs/. Also
re-organize it into multiple sub-pages.
Populate README with fresh content turning it into virtually a big link
to the html-based documentation site. Spiced up with super-quick-start
instructions.
32 lines
942 B
Markdown
32 lines
942 B
Markdown
---
|
|
title: "Contributing"
|
|
layout: default
|
|
sort: 3
|
|
---
|
|
|
|
# Contributing
|
|
|
|
---
|
|
|
|
## Community
|
|
|
|
You can reach us via the following channels:
|
|
|
|
- [#node-feature-discovery](https://kubernetes.slack.com/messages/node-feature-discovery) channel in
|
|
[Kubernetes Slack](slack.k8s.io)
|
|
- [SIG-Node](https://groups.google.com/g/kubernetes-sig-node) mailing list
|
|
- File an [issue](https://github.com/kubernetes-sigs/node-feature-discovery/issues/new) in this repository
|
|
|
|
|
|
## Governance
|
|
|
|
This is a [SIG-node](https://github.com/kubernetes/community/blob/master/sig-node/README.md)
|
|
subproject, hosted under the
|
|
[Kubernetes SIGs](https://github.com/kubernetes-sigs) organization in
|
|
Github. The project was established in 2016 as a
|
|
[Kubernetes Incubator](https://github.com/kubernetes/community/blob/master/incubator.md)
|
|
project and migrated to Kubernetes SIGs in 2018.
|
|
|
|
## License
|
|
|
|
This is open source software released under the [Apache 2.0 License](LICENSE).
|