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