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
All contributions must include a DCO sign-off to certify that you have the right to submit the contribution under the project's license.
235
+
Contributions must satisfy Developer Certificate of Origin (DCO) policy. External contributors (non-NVIDIA organization members) must include a DCO sign-off on each commit. NVIDIA organization members are exempt from DCO bot sign-off checks and should use cryptographic signing (`-S`).
230
236
231
-
### How to Sign Off
237
+
### How to Sign Off (External Contributors)
232
238
233
239
Add the `-s` flag to your commit:
234
240
@@ -258,6 +264,14 @@ git commit --amend --signoff
258
264
git push --force-with-lease origin your-branch
259
265
```
260
266
267
+
### NVIDIA Org Members and Automation
268
+
269
+
NVIDIA organization members are exempt from DCO bot sign-off checks (`.github/dco.yml`). Use cryptographic commit signing:
270
+
271
+
```bash
272
+
git commit -S -m "Your commit message"
273
+
```
274
+
261
275
### What You're Certifying
262
276
263
277
By signing off, you certify the Developer Certificate of Origin 1.1:
> **Note**: Demonstration only — not a production service. Self-host `aicrd` for production use. See [API Server Documentation](docs/contributor/api-server.md).
150
150
151
-
The `aicrd` API server demo deploys to Google Cloud Run on successful release (project: `eidosx`, region: `us-west1`, auth: Workload Identity Federation).
151
+
The `aicrd` API server demo deploys to Google Cloud Run on successful release (region: `us-west1`, auth: Workload Identity Federation). Project-specific details are managed in CI configuration.
0 commit comments