mirror of https://github.com/apache/druid.git
Fix typo in CONTRIBUTING.md (#2988)
This commit is contained in:
parent
778f97a80e
commit
99e8fb0216
|
@ -5,7 +5,7 @@ When submitting a pull request (PR), please use the following guidelines:
|
|||
- Make sure your code respects existing formatting conventions. In general, follow
|
||||
the same coding style as the code that you are modifying. If you are using
|
||||
IntelliJ, you can import our code style settings xml:
|
||||
[intellij_formatting.jar](https://github.com/druid-io/druid/raw/master/druid_intellij_formatting.xml).
|
||||
[druid_intellij_formatting.xml](https://github.com/druid-io/druid/raw/master/druid_intellij_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).
|
||||
|
|
Loading…
Reference in New Issue