This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7f85d6e63b0d6ce228e0700bb2eb93cd8c31aaa3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 20 21:44:21 2021 +0200 Moving from master branch to main --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e0fe2df..fd6280f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,5 +5,5 @@ - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean install -Psourcecheck` in your module with source check enabled to make sure basic checks pass and there are no checkstyle violations. A more thorough check will be performed on your pull request automatically. Below are the contribution guidelines: -https://github.com/apache/camel/blob/master/CONTRIBUTING.md +https://github.com/apache/camel/blob/main/CONTRIBUTING.md -->