Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

We appreciate your interest in contributing to `dstack`! This document will help you get up to speed with `dstack` codebase and guide you through the contribution process.

## AI Assistance Notice

If you are using any kind of AI assistance while contributing to `dstack`,
**this must be disclosed in the pull request**, along with the extent to
which AI assistance was used.
As an exception, tab-completions and trivial PRs don't need to be disclosed.

An example disclosure:

> This PR was written primarily by Claude Code.

Failure to disclose this, makes it difficult to determine how much scrutiny to apply to the contribution. Please be respectful to maintainers and disclose AI assistance.

## Set up your development environment

Follow [contributing/DEVELOPMENT.md](contributing/DEVELOPMENT.md).
Expand Down