Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 40606d321 -> 1341e34c8
Contributing: yet another attempt to fix that link This is once more a struggling with the syntax.. :-) Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/532ab65b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/532ab65b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/532ab65b Branch: refs/heads/feature/cd-pipeline Commit: 532ab65b1e76a13045a742a2eb8c84f92c98d2da Parents: 5f0ab21 Author: Dominik Psenner <[email protected]> Authored: Thu Jul 20 17:15:19 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 20 17:15:19 2017 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/532ab65b/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c6aba0..e674d88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ There are many ways to contribute changes to the codebase. One is to file a pull * Make your modifications in the form of commits. Please read the section about commit messages for further information about how commit messages should be written. * Please check for unnecessary whitespace with git diff --check before committing. * Make sure you write tests for your changes! -* Please note that not all targets can be built on a single machine and therefore only a subset of the actual targets can be built and tested easily on the machine of a developer. The good thing is, all branches and pull requests are built by the continuous deployment pipeline. Please continue reading [that section][Continuous deployment pipeline] for further information. +* Please note that not all targets can be built on a single machine and therefore only a subset of the actual targets can be built and tested easily on the machine of a developer. The good thing is, all branches and pull requests are built by the continuous deployment pipeline. Please continue reading [that section](#Continuous-deployment-pipeline) for further information. ### Commit messages
