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
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
## Development Process

1. Fork the repository
2. Create feature branch from `develop`
2. Create feature branch from `main`
3. Make your changes following code standards
4. Run tests locally: `./gradlew test`
5. Ensure ktlint passes: `./gradlew ktlintCheck`
6. Push to your fork
7. Open PR against `develop` branch
7. Open PR against `main` branch

## Code Standards

Expand All @@ -48,7 +48,7 @@

## Pull Request Requirements

- Branch from `develop`, target `develop`
- Branch from `main`, target `main`
- Add tests as appropriate
- Pass all CI checks (ktlint, tests, build)
- Reference related issue number if available
Expand All @@ -59,4 +59,4 @@ See [SECURITY.md](SECURITY.md) for reporting security issues. **Do not open publ

## Questions?

Open a GitHub issue for discussion before starting work.
Open a GitHub issue for discussion before starting work.