Code Review Contributions
In addition to bug fixing, you can help us review waiting pull requests. This is also a good (and recommended) way to get to know the feel of the bug-fixing and submissions process before jumping in with your own pull requests.
Review Guidelines
- Keep comments on-topic, concise and precise.
- Attach comments to particular lines or regions they pertain to whenever possible.
- Short code examples are often more descriptive than prose.
- If you have thoroughly reviewed the PR and thought through all angles, LGTM (Looks Good To Me) is the preferred acceptance response.
- Additional reviews should try to offer additional insights: “I also thought about it from this angle, and it still looks good..”
- Above all, remember that the people you are reviewing might be reviewing your PRs one day too.
- If you are receiving the review, consider that the advice is being given to make you, and Scala, better rather than as a negative critique. Assume the best, rather than the worst.
Pull Requests Awaiting Comment
scala/scala3
Scala 3 bug fixes and changes in the language, core libs and included tools.
scala/scala
Scala 2 bug fixes and changes in the language, core libs and included tools.
scala/scala-lang
The Scala language website.
scala/docs.scala-lang.org
Scala documentation site.
All Scala GitHub Projects
For other PRs, follow the scala project from here.
Also note that the Tools contributions page has more projects that will generate pull requests.
Contributors to this page:
Contents
- Becoming a Scala OSS Contributor
- Inclusive Language Guide
- Code Review Contributions
- Core Library Contributions
- Documentation Contributions
- Contribute to API Documentation
- Add New Guides/Tutorials
- Bug Reporting Guide
- Scala Contributors Forum
- Contributing guide
- IDE and Build Tool Contributions
- Scala 2 Hacker's Guide
- Running the Test Suite
- Contribute to Scala 3