mirror of https://github.com/sbt/sbt.git
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
Contributor's guide
|
|
===================
|
|
|
|
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][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](https://eed3si9n.com/sbt-2.0-rfc-process) or start a [Discussion][Discussions].
|
|
|
|
Reporting Issues
|
|
----------------
|
|
|
|
See [CONTRIBUTING](../CONTRIBUTING.md).
|
|
|
|
Patching the core (sending pull request)
|
|
----------------------------------------
|
|
|
|
See [pull request](01_pull_request.md)
|
|
|
|
[documentation]: https://github.com/sbt/website
|
|
[Discord]: https://discord.com/invite/scala
|
|
[Discussions]: https://github.com/sbt/sbt/discussions
|