Skip to content

Commit 9b3d3cf

Browse files
leofangCopilot
andauthored
[no-ci] Update contributor guide to encourage communication prior to work (#2173)
* docs: add issue claiming guidance to contributor docs * docs: fix bullet point formatting in cuda_bindings contribute.rst * docs: revert issue claiming guidance from cuda_bindings contribute.rst --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent e462bbc commit 9b3d3cf

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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, improvement, or bug fix:
12-
- Please refer to each component's guideline:
12+
- Before starting work on an existing issue, please comment on the issue to express your interest and wait to be assigned by a maintainer. This helps avoid redundant effort in case the issue is already being worked on by another contributor or an NVIDIA team member.
13+
- Please refer to each component's guideline:
1314
- [`cuda.core`](https://nvidia.github.io/cuda-python/cuda-core/latest/contribute.html)
1415
- [`cuda.bindings`](https://nvidia.github.io/cuda-python/cuda-bindings/latest/contribute.html)<sup>[1](#footnote1)</sup>
1516
- [`cuda.pathfinder`](https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/contribute.html)

cuda_core/docs/source/contribute.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ Thank you for your interest in contributing to ``cuda-core``! Based on the type
1818

1919
2. You want to implement a feature, improvement, or bug fix:
2020

21+
- Before starting work on an existing issue, please comment on the issue to express your interest and wait to be assigned by a maintainer. This helps avoid redundant effort in case the issue is already being worked on by another contributor or an NVIDIA team member.
2122
- Please ensure that your commits are signed `following GitHub's instruction <https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification>`_.

cuda_pathfinder/docs/source/contribute.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ Thank you for your interest in contributing to ``cuda-pathfinder``! Based on the
1414
them for a release. If you believe the issue needs priority attention
1515
comment on the issue to notify the team.
1616
2. You want to implement a feature, improvement, or bug fix
17+
- Before starting work on an existing issue, please comment on the issue to express your interest and wait to be assigned by a maintainer. This helps avoid redundant effort in case the issue is already being worked on by another contributor or an NVIDIA team member.
1718
- Please ensure that your commits are signed `following GitHub's instruction <https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification>`_.

0 commit comments

Comments
 (0)