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
This commit is contained in:
parent
5192270f26
commit
149b31d296
|
|
@ -38,3 +38,5 @@ searchindex.js
|
||||||
requirements.txt
|
requirements.txt
|
||||||
# vendorized
|
# vendorized
|
||||||
vendor/*
|
vendor/*
|
||||||
|
ISSUE_TEMPLATE.md
|
||||||
|
PULL_REQUEST_TEMPLATE.md
|
||||||
|
|
|
||||||
|
|
@ -1,21 +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.
|
|
||||||
-->
|
|
||||||
Make sure these boxes are checked before submitting your issue - thank you!
|
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.
|
- [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
|
||||||
|
|
|
||||||
|
|
@ -1,21 +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.
|
|
||||||
-->
|
|
||||||
##### SUMMARY
|
##### SUMMARY
|
||||||
<!--- Describe the change below, including rationale and design decisions -->
|
<!--- Describe the change below, including rationale and design decisions -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue