Files
sbt/contributing-docs/README.md
T
eugene yokota 0a96df6f89 [2.x] docs: Move to CONTRIBUTING (#8629)
To improve the visibility, move the pull request guides
into CONTRIBUTING.md.
2026-01-25 15:48:09 -05:00

1.1 KiB

Contributions are welcome and are greatly appreciated! There are lots of avenues to contribute to the sbt ecosystem, depending on your interests and skill level.

  • Help someone at work or online fix their build problem.
  • Answer/ask StackOverflow questions or on Scala Discord.
  • Create plugins that extend sbt's features.
  • Migrate builds to sbt 2.x.
  • Maintain and update documentation.
  • Garden the issue tracker.
  • Report issues.
  • Patch the core (send pull requests to code).
  • Review pull requests.

Ideas and proposals

If you have an enhancement idea, or a general discussion, please follow the sbt 2.0 RFC process or start a Discussion.

Reporting Issues

See CONTRIBUTING.

Patching the core (sending pull request)

See CONTRIBUTING.