Update README with DEVELOPING document reference

Added a link to the DEVELOPING document for contribution guidelines.
This commit is contained in:
eugene yokota 2026-01-08 15:22:21 -05:00 committed by GitHub
parent 200293a0f5
commit 8388fae512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,7 @@
[sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven
[CONTRIBUTING]: CONTRIBUTING.md
[DEVELOPING]: DEVELOPING.md
[Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup
[FAQ]: https://www.scala-sbt.org/release/docs/Faq.html
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
@ -29,7 +30,7 @@ several GitHub repositories, including this one.
- [sbt/io][sbt/io] hosts `sbt.io` module.
- [sbt/zinc][sbt/zinc] hosts Zinc, an incremental compiler for Scala.
- [sbt/sbt][sbt/sbt], this repository hosts modules that implements the build tool.
- [sbt/sbt][sbt/sbt], this repository hosts modules that implement the build tool.
### Other links
@ -40,9 +41,14 @@ several GitHub repositories, including this one.
Issues and Pull Requests
------------------------
Please read [CONTRIBUTING] carefully before opening a GitHub Issue.
Please read [CONTRIBUTING] carefully before opening a GitHub Issue, and [DEVELOPING] before opening a pull request.
The short version: try [searching] or [asking] on StackOverflow.
If you're looking for an idea for a contribution, issues labeled with
[good first issue](https://github.com/sbt/sbt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) or
[help wanted](https://github.com/sbt/sbt/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) might be good starting points.
If you would like to ask questions about sbt, there's [sbt channel on Scala Discord](https://discord.com/invite/scala),
but it would be good to gather questions on [Stackoverflow](https://stackoverflow.com/questions/tagged/sbt).
license
-------