From commits-return-2485-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Fri Mar 29 20:06:58 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4BAD7180629 for ; Fri, 29 Mar 2019 21:06:58 +0100 (CET) Received: (qmail 80378 invoked by uid 500); 29 Mar 2019 20:06:57 -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 80369 invoked by uid 99); 29 Mar 2019 20:06:57 -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; Fri, 29 Mar 2019 20:06:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C55A685B5F; Fri, 29 Mar 2019 20:06:56 +0000 (UTC) Date: Fri, 29 Mar 2019 20:06:56 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: chore: add main pull request template (#7176) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155389001637.17266.1859444931578832406@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: 7059c52a791b98354bf050326425bcedda01ebc6 X-Git-Newrev: ceb86df063aaabc71f7aff6005c5d65202757b97 X-Git-Rev: ceb86df063aaabc71f7aff6005c5d65202757b97 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 ceb86df chore: add main pull request template (#7176) ceb86df is described below commit ceb86df063aaabc71f7aff6005c5d65202757b97 Author: michellethomas AuthorDate: Fri Mar 29 13:06:45 2019 -0700 chore: add main pull request template (#7176) * Add main pull request template * Removing individual pull request templates --- .../feature.md => PULL_REQUEST_TEMPLATE.md | 5 +-- PULL_REQUEST_TEMPLATE/bugs.md | 40 ---------------------- PULL_REQUEST_TEMPLATE/documentation.md | 23 ------------- PULL_REQUEST_TEMPLATE/refactor.md | 37 -------------------- PULL_REQUEST_TEMPLATE/test.md | 28 --------------- 5 files changed, 3 insertions(+), 130 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE/feature.md b/PULL_REQUEST_TEMPLATE.md similarity index 95% rename from PULL_REQUEST_TEMPLATE/feature.md rename to PULL_REQUEST_TEMPLATE.md index ab1f88a..012fb23 100644 --- a/PULL_REQUEST_TEMPLATE/feature.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -25,8 +25,6 @@ under the License. ##### TEST PLAN - - ##### ADDITIONAL INFORMATION @@ -35,6 +33,9 @@ under the License. [ ] Requires DB Migration. Confirm DB Migration upgrade and downgrade tested. [ ] Introduces new feature or API [ ] Removes existing feature or API + [ ] Fixes bug + [ ] Refactors code + [ ] Adds test(s) ##### REVIEWERS diff --git a/PULL_REQUEST_TEMPLATE/bugs.md b/PULL_REQUEST_TEMPLATE/bugs.md deleted file mode 100644 index 7f75952..0000000 --- a/PULL_REQUEST_TEMPLATE/bugs.md +++ /dev/null @@ -1,40 +0,0 @@ - -##### SUMMARY - - -##### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF - - -##### TEST PLAN - - - - -##### ADDITIONAL INFORMATION - - - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API - -##### REVIEWERS - diff --git a/PULL_REQUEST_TEMPLATE/documentation.md b/PULL_REQUEST_TEMPLATE/documentation.md deleted file mode 100644 index e226840..0000000 --- a/PULL_REQUEST_TEMPLATE/documentation.md +++ /dev/null @@ -1,23 +0,0 @@ - -##### SUMMARY - - -##### REVIEWERS - diff --git a/PULL_REQUEST_TEMPLATE/refactor.md b/PULL_REQUEST_TEMPLATE/refactor.md deleted file mode 100644 index 01b197b..0000000 --- a/PULL_REQUEST_TEMPLATE/refactor.md +++ /dev/null @@ -1,37 +0,0 @@ - - -##### SUMMARY - - -##### TEST PLAN - - - - -##### ADDITIONAL INFORMATION - - - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. Confirm DB Migration upgrade and downgrade tested. - [ ] Removes existing feature or API - -##### REVIEWERS - diff --git a/PULL_REQUEST_TEMPLATE/test.md b/PULL_REQUEST_TEMPLATE/test.md deleted file mode 100644 index c830537..0000000 --- a/PULL_REQUEST_TEMPLATE/test.md +++ /dev/null @@ -1,28 +0,0 @@ - -##### SUMMARY - - -##### ADDITIONAL INFORMATION - - - [ ] Has associated issue: - -##### REVIEWERS -