CONTRIBUTING.md 1.98 KB
Newer Older
Dmitry Tokarev's avatar
Dmitry Tokarev committed
1
<!--
2
SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Dmitry Tokarev's avatar
Dmitry Tokarev committed
3
4
5
6
7
8
SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

9
http://www.apache.org/licenses/LICENSE-2.0
Dmitry Tokarev's avatar
Dmitry Tokarev committed
10
11
12
13
14
15
16
17

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

18
# Contributing to Dynamo
Dmitry Tokarev's avatar
Dmitry Tokarev committed
19

20
Thank you for your interest in contributing to Dynamo!
21

22
For the full contribution guide — including how to get started, build from source, submit PRs, and what to expect during review — see:
23

Dmitry Tokarev's avatar
Dmitry Tokarev committed
24
**[Contribution Guide](https://docs.nvidia.com/dynamo/dev/getting-started/contribution-guide)** (docs site)
25

26
Or view the source: [`docs/contribution-guide.md`](docs/contribution-guide.md)
27

28
## Quick Links
29

30
31
32
33
34
35
- [Good first issues](https://github.com/ai-dynamo/dynamo/labels/good-first-issue)
- [Help wanted](https://github.com/ai-dynamo/dynamo/labels/help-wanted)
- [Open a bug report](https://github.com/ai-dynamo/dynamo/issues/new?template=bug_report.yml)
- [Propose a feature](https://github.com/ai-dynamo/dynamo/issues/new?template=feature_request.yml)
- [CNCF Slack (`#ai-dynamo`)](https://communityinviter.com/apps/cloud-native/cncf)
- [Discord](https://discord.gg/nvidia-dynamo)
36

37
Dynamo requires all contributions to be signed off with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). This certifies that you have the right to submit your contribution under the project's [Apache 2.0 license](https://github.com/ai-dynamo/dynamo/blob/main/LICENSE).
38

39
By contributing, you agree that your contributions will be licensed under the [Apache 2.0 License](https://github.com/ai-dynamo/dynamo/blob/main/LICENSE).