mirror of https://github.com/sbt/sbt.git
Merge support/contrib info into support/issues+prs sections of CONTRIBUTING
This commit is contained in:
parent
8db585d62a
commit
2f880c6b8f
|
|
@ -15,12 +15,12 @@ Support
|
|||
|
||||
[Lightbend] sponsors sbt and encourages contributions from the active community. Enterprises can adopt it for mission critical systems with confidence because Lightbend stands behind sbt with commercial support and services.
|
||||
|
||||
For community support please [ask] on StackOverflow with the tag "sbt".
|
||||
For community support please [ask] on StackOverflow with the tag "sbt" (and the name of the sbt plugin(s) if any).
|
||||
|
||||
- State the problem or question clearly and provide enough context. Code examples and `build.sbt` are often useful when appropriately edited.
|
||||
- There's also [Gitter sbt/sbt room][gitter], but Stackoverflow is recommended so others can benefit from the answers.
|
||||
|
||||
For professional support, [Lightbend], the maintainer of Scala compiler and sbt, provides:
|
||||
For professional support, for instance if you need faster response times, [Lightbend], the maintainer of Scala compiler and sbt, provides:
|
||||
|
||||
- [Lightbend Subscriptions][subscriptions], which includes Expert Support
|
||||
- Training
|
||||
|
|
@ -47,6 +47,10 @@ When you find a bug in sbt we want to hear about it. Your bug reports play an im
|
|||
|
||||
Effective bug reports are more likely to be fixed. These guidelines explain how to write such reports and pull requests.
|
||||
|
||||
Please open a GitHub issue when you are 90% sure it's an actual bug.
|
||||
|
||||
If you have an enhancement idea, or a general discussion, bring it up to [sbt-contrib].
|
||||
|
||||
### Notes about Documentation
|
||||
|
||||
Documentation fixes and contributions are as much welcome as to patching the core. Visit [sbt/website][documentation] to learn about how to contribute.
|
||||
|
|
@ -58,14 +62,6 @@ Documentation fixes and contributions are as much welcome as to patching the cor
|
|||
- Open one case for each problem.
|
||||
- Proceed to the next steps for details.
|
||||
|
||||
### Where to get help and/or file a bug report
|
||||
|
||||
sbt project uses GitHub Issues as a publicly visible todo list. Please open a GitHub issue when you are 90% sure it's an actual bug.
|
||||
|
||||
- If you need help with sbt, please [ask] on StackOverflow with the tag "sbt" and the name of the sbt plugin if any.
|
||||
- If you have an enhancement idea, or a general discussion, bring it up to [sbt-contrib].
|
||||
- If you need a faster response time, consider one of the [Lightbend subscriptions][subscriptions].
|
||||
|
||||
### What to report
|
||||
|
||||
The developers need three things from you: **steps**, **problems**, and **expectations**.
|
||||
|
|
|
|||
Loading…
Reference in New Issue