Skip to content

Commit 3978a2f

Browse files
committed
change cuda-core license & make contributing guides clear
1 parent 161306b commit 3978a2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

40 files changed

+309
-101
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Thank you for your interest in contributing to CUDA Python! Based on the type of
99
them for a release. If you believe the issue needs priority attention
1010
comment on the issue to notify the team.
1111
2. You want to implement a feature or bug-fix
12-
- At this time we do not accept code contributions.
12+
- Please refer to each component's guideline: [`cuda.core`](https://nvidia.github.io/cuda-python/cuda-core/latest/contribute.html),
13+
[`cuda.bindings`](https://nvidia.github.io/cuda-python/cuda-bindings/latest/contribute.html).

LICENSE

Lines changed: 0 additions & 48 deletions
This file was deleted.

LICENSE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Please refer to each component's license:
2+
- [`cuda.core`](https://nvidia.github.io/cuda-python/cuda-core/latest/license.html),
3+
- [`cuda.bindings`](https://nvidia.github.io/cuda-python/cuda-bindings/latest/license.html).

cuda_python/docs/source/contribute.md renamed to cuda_bindings/docs/source/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thank you for your interest in contributing to CUDA Python! Based on the type of contribution, it will fall into two categories:
3+
Thank you for your interest in contributing to `cuda-bindings`! Based on the type of contribution, it will fall into two categories:
44

55
1. You want to report a bug, feature request, or documentation issue
66
- File an [issue](https://github.com/NVIDIA/cuda-python/issues/new)

cuda_bindings/docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
api
1414
tips_and_tricks
1515
support
16+
contribute.md
17+
license
1618

1719

1820
Indices and tables

0 commit comments

Comments
 (0)