Repository: incubator-beam Updated Branches: refs/heads/master 6c338da0d -> 00ab9b5b5
Fix github template and exclude from rat check Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/764a9233 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/764a9233 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/764a9233 Branch: refs/heads/master Commit: 764a9233126804ce88c4fcf9c82f64e06f8ed106 Parents: 6c338da Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue May 31 21:53:19 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue May 31 21:53:19 2016 +0200 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 19 ------------------- pom.xml | 1 + 2 files changed, 1 insertion(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/764a9233/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7db5d32..b17f620 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,3 @@ -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> - Be sure to do all of the following to help us incorporate your contribution quickly and easily: http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/764a9233/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a47265..ecc379d 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,7 @@ <!-- Keep exclude sync with .gitignore --> <exclude>**/target/**/*</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> + <exclude>.github/**/*</exclude> <exclude>**/*.iml</exclude> <exclude>**/package-list</exclude> <exclude>**/user.avsc</exclude>
