Skip to content
Open
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
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ All tests must pass before submitting a PR.
2. Make your changes
3. Add or update tests for your changes
4. Run `./gradlew :editor:allTests` and ensure all tests pass
5. Submit a pull request
5. Run `./gradlew checkKotlinAbi` and ensure all public APIs are tracked
6. Submit a pull request

## Pull Request Guidelines

Expand All @@ -57,4 +58,4 @@ See [ARCHITECTURE.md](ARCHITECTURE.md) for the full quick-reference table, layer

## License

By contributing, you agree that your contributions will be licensed under the MIT License.
By contributing, you agree that your contributions will be licensed under the MIT License.
Loading