You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+83-3Lines changed: 83 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,6 @@ By making a contribution to this project, I certify that:
89
89
90
90
---
91
91
92
-
<aid="footnote1">1</a>: `cuda.bindings` follows the contributing guidelines from this repository (`cuda-python`).
93
-
94
-
95
92
## CI infrastructure overview
96
93
97
94
The CUDA Python project uses a comprehensive CI pipeline that builds, tests, and releases multiple components across different platforms. This section provides a visual overview of our CI infrastructure to help contributors understand the build and release process.
@@ -100,6 +97,85 @@ The CUDA Python project uses a comprehensive CI pipeline that builds, tests, and
100
97
101
98

102
99
100
+
Alternative Mermaid diagram representation:
101
+
102
+
```mermaid
103
+
flowchart TD
104
+
%% Trigger Events
105
+
subgraph TRIGGER["🔄 TRIGGER EVENTS"]
106
+
T1["• Push to main branch<br/>• Push to pull-request/* branches"]
0 commit comments