sbt/contributing-docs
it-education-md ead2a93244
[2.x] fix: Fix spelling typos in contributing docs (#8835)
**Problem**
The contributing docs contain spelling typos in unit tests, coding style, and tech stack pages.

**Solution**
Corrected:
- "prefered" -> "preferred" in 04_unit_tests.md
- "exessive" -> "excessive" in 03_coding_style.md
- "concete" -> "concrete" in 07_tech_stack.md
2026-02-28 23:51:01 -05:00
..
02_development_environment.md [2.x] docs: Move to CONTRIBUTING (#8629) 2026-01-25 15:48:09 -05:00
03_coding_style.md [2.x] fix: Fix spelling typos in contributing docs (#8835) 2026-02-28 23:51:01 -05:00
04_unit_tests.md [2.x] fix: Fix spelling typos in contributing docs (#8835) 2026-02-28 23:51:01 -05:00
05_scripted_tests.md Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00
06_manual_tests.md Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00
07_tech_stack.md [2.x] fix: Fix spelling typos in contributing docs (#8835) 2026-02-28 23:51:01 -05:00
99_hints.md [2.x] docs: Move to CONTRIBUTING (#8629) 2026-01-25 15:48:09 -05:00
README.md [2.x] docs: Move to CONTRIBUTING (#8629) 2026-01-25 15:48:09 -05:00

README.md

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.