From 149b31d296321ef8166860402dd3e6497fa3fe3e Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 9 Apr 2019 13:18:30 -0700 Subject: [PATCH] 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 46a5af02e5..fd95ec0afe 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 5de6cb6b0a..da30d3ba1d 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 012fb23efd..7d662820df 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,3 @@ - ##### SUMMARY