From 2e44f63d106aa78b41b3dca9312e0a90e3256279 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 17 Oct 2018 15:39:28 -0700 Subject: [PATCH] fix a couple of missed changes that should been in #6443 --- CONTRIBUTING.md | 2 +- INTELLIJ_SETUP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6973a9b451d..59a4ad0512c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ When submitting a pull request (PR), please use the following guidelines: 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. -- Always include license header on each java file your create. See [this example](https://github.com/apache/incubator-druid/blob/master/common/src/main/java/org/apache/druid/metadata/PasswordProvider.java) +- Always include license header on each java file your create. See [this example](https://github.com/apache/incubator-druid/blob/master/core/src/main/java/org/apache/druid/metadata/PasswordProvider.java) - Try to keep pull requests short and submit separate ones for unrelated features, but feel free to combine simple bugfixes/tests into one pull request. - Keep the number of commits small and combine commits for related changes. diff --git a/INTELLIJ_SETUP.md b/INTELLIJ_SETUP.md index e1cbeb6e4304..8ee3c4dfb1d8 100644 --- a/INTELLIJ_SETUP.md +++ b/INTELLIJ_SETUP.md @@ -34,7 +34,7 @@ You can configure application definitions in XML for import into IntelliJ. Below