mirror of https://github.com/apache/druid.git
Replace dev list references in docs. (#5723)
This commit is contained in:
parent
8ec2d2fe18
commit
0f8493846e
|
@ -7,8 +7,8 @@ When submitting a pull request (PR), please use the following guidelines:
|
|||
- For Intellij you can import our code style settings xml: [druid_intellij_formatting.xml](https://github.com/druid-io/druid/raw/master/druid_intellij_formatting.xml).
|
||||
- For Eclipse you can import our code style settings xml: [eclipse_formatting.xml](https://github.com/druid-io/druid/raw/master/eclipse_formatting.xml).
|
||||
- Do add/update documentation appropriately for the change you are making.
|
||||
- If you are introducing a new feature you may want to first submit your idea
|
||||
for feedback to the [mailing list](mailto:druid-development@googlegroups.com).
|
||||
- If you are introducing a new feature you may want to first write about your idea
|
||||
for feedback to [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org).
|
||||
Non-trivial features should include unit tests covering the new functionality.
|
||||
- Bugfixes should include a unit test or integration test reproducing the issue.
|
||||
- Do not use author tags/information in the code.
|
||||
|
|
11
README.md
11
README.md
|
@ -39,10 +39,15 @@ If you find any bugs, please file a [GitHub issue](https://github.com/druid-io/d
|
|||
|
||||
### Community
|
||||
|
||||
Community support is available on the [druid-user mailing
|
||||
list](https://groups.google.com/forum/#!forum/druid-user)(druid-user@googlegroups.com).
|
||||
The Druid community is in the process of migrating to Apache by way of the Apache Incubator. Eventually, as we proceed
|
||||
along this path, our site will move from http://druid.io/ to https://druid.apache.org/.
|
||||
|
||||
Development discussions occur on the [druid-development list](https://groups.google.com/forum/#!forum/druid-development)(druid-development@googlegroups.com).
|
||||
Community support is available on the
|
||||
[druid-user mailing list](https://groups.google.com/forum/#!forum/druid-user)(druid-user@googlegroups.com), which
|
||||
is hosted at Google Groups.
|
||||
|
||||
Development discussions occur on [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org), which
|
||||
you can subscribe to by emailing [dev-subscribe@druid.apache.org](mailto:dev-subscribe@druid.apache.org).
|
||||
|
||||
We also have a couple people hanging out on IRC in `#druid-dev` on
|
||||
`irc.freenode.net`.
|
||||
|
|
|
@ -37,8 +37,3 @@ druid.storage.type=c*
|
|||
druid.storage.host=localhost:9160
|
||||
druid.storage.keyspace=druid
|
||||
```
|
||||
|
||||
Use the `druid-development@googlegroups.com` mailing list if you have questions,
|
||||
or feel free to reach out directly: `bone@alumni.brown.edu`.
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ Community extensions are not maintained by Druid committers, although we accept
|
|||
</div>
|
||||
|
||||
A number of community members have contributed their own extensions to Druid that are not packaged with the default Druid tarball.
|
||||
If you'd like to take on maintenance for a community extension, please post on [druid-development group](https://groups.google.com/forum/#!forum/druid-development) to let us know!
|
||||
If you'd like to take on maintenance for a community extension, please post on [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org) to let us know!
|
||||
|
||||
All of these community extensions can be downloaded using *pull-deps* with the coordinate io.druid.extensions.contrib:EXTENSION_NAME:LATEST_DRUID_STABLE_VERSION.
|
||||
|
||||
|
@ -75,7 +75,7 @@ All of these community extensions can be downloaded using *pull-deps* with the c
|
|||
|
||||
## Promoting Community Extension to Core Extension
|
||||
|
||||
Please [let us know](https://groups.google.com/forum/#!forum/druid-development) if you'd like an extension to be promoted to core.
|
||||
Please post on [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org) if you'd like an extension to be promoted to core.
|
||||
If we see a community extension actively supported by the community, we can promote it to core based on community feedback.
|
||||
|
||||
# Creating your own Extensions
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
Please contribute all community extensions in this directory and include a doc of how your extension can be used under /docs/content/development/extensions-contrib/.
|
||||
|
||||
Please note that community extensions are maintained by their original contributors and are not packaged with the core Druid distribution.
|
||||
If you'd like to take on maintenance for a community extension, please post on [druid-development group](https://groups.google.com/forum/#!forum/druid-development) to let us know!
|
||||
If you'd like to take on maintenance for a community extension, please post on [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org) to let us know!
|
||||
|
|
Loading…
Reference in New Issue