From commits-return-2529-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Apr 9 20:18:43 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4D4C7180629 for ; Tue, 9 Apr 2019 22:18:43 +0200 (CEST) Received: (qmail 56298 invoked by uid 500); 9 Apr 2019 19:59:05 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 56289 invoked by uid 99); 9 Apr 2019 19:59:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2019 19:59:05 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6C44880B27; Tue, 9 Apr 2019 20:18:42 +0000 (UTC) Date: Tue, 09 Apr 2019 20:18:42 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: fix: Remove ASF license from github templates (PR and issues) (#7217) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155484112169.10613.15923667126463473865@gitbox.apache.org> From: kristw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5192270f267068f563be3be189c97f04119337b5 X-Git-Newrev: 149b31d296321ef8166860402dd3e6497fa3fe3e X-Git-Rev: 149b31d296321ef8166860402dd3e6497fa3fe3e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kristw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 149b31d fix: Remove ASF license from github templates (PR and issues) (#7217) 149b31d is described below commit 149b31d296321ef8166860402dd3e6497fa3fe3e Author: Maxime Beauchemin AuthorDate: Tue Apr 9 13:18:30 2019 -0700 fix: Remove ASF license from github templates (PR and issues) (#7217) * Remove ASF license from github templates (PR and issues) It shows as people open issues and PRs and it's confusing... * add to rat-excludes --- .rat-excludes | 2 ++ ISSUE_TEMPLATE.md | 18 ------------------ PULL_REQUEST_TEMPLATE.md | 18 ------------------ 3 files changed, 2 insertions(+), 36 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 46a5af0..fd95ec0 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -38,3 +38,5 @@ searchindex.js requirements.txt # vendorized vendor/* +ISSUE_TEMPLATE.md +PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 5de6cb6..da30d3b 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,21 +1,3 @@ - Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 012fb23..7d66282 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,3 @@ - ##### SUMMARY