Skip to content
Open
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
11 changes: 11 additions & 0 deletions docs/content/en/docs-v1.0.x/contribution-guidelines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ weight: 6
description: >
This guide is for anyone who wants to contribute to the PipeCD project. We are so excited to have you!
---

PipeCD has several contribution guides. If you are new to the project, start by choosing the guide that matches the type of change you want to make.

## Choose a contribution path

- [Contribute to PipeCD](contributing-to-pipecd/) for general project contribution guidance, local development setup, pull request expectations, and community links.
- [Contribute to PipeCD Documentation](contributing-documentation/) for documentation file locations, local preview steps, and the docs pull request process.
- [Contribute to PipeCD plugins](contributing-plugins/) for plugin contribution guidance and plugin-specific development resources.
- [Contribute to PipeCD Blogs](contributing-blogs/) for blog front matter, content guidance, and local preview steps.

For a first contribution, keep the change small and focused. If your work relates to a tracked issue, mention it in the pull request description so reviewers have the right context.
Loading