Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .github/workflows/dummy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
- '.github/workflows/image-release.yml'
- '.github/actions/**'
- 'docs-website/**'
- 'CLAUDE.md'
- 'CONTRIBUTING.md'
- 'README.md'
- 'SECURITY.md'
- 'LICENSE'
- '.github/PULL_REQUEST_TEMPLATE.md'
jobs:
build_test:
timeout-minutes: 5
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Before contributing to the WunderGraph Cosmo repository, please open an issue to discuss the changes you would like to make. Alternatively, you can also open a discussion in the [WunderGraph Discussions](https://github.com/wundergraph/cosmo/discussions).
We are open to all kinds of contributions, including bug fixes, new features, and documentation improvements.

This project follows the principles of the [Open Source AI Manifesto](https://human-oss.dev). Please ensure your contributions align with its principles.

The following sections provide a guide on how to contribute to the WunderGraph Cosmo repository.

## Prerequisites
Expand Down Expand Up @@ -85,6 +87,8 @@ export PATH="$PATH:$(go env GOPATH)/bin"

We merge all pull requests in `squash merge` mode. You're not enforced to use [conventional commit standard](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#why-use-conventional-commits) across all your commits, but it's a good practice and increase transparency. At the end it's important that the squashed commit message follow the standard.

When updating your branch after a review has been requested, prefer using a merge strategy (e.g. `git merge main`) rather than rebasing. This preserves the review context and avoids force-pushes that can disrupt the review process.

## Local Development

### Prerequisites
Expand Down
Loading