This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch ranger_5236 in repository https://gitbox.apache.org/repos/asf/ranger-tools.git
commit 7849cd6774732f95b8958db014c1607b50292083 Author: Abhishek Kumar <[email protected]> AuthorDate: Thu Jul 3 20:24:13 2025 -0700 RANGER-5236: Setup apache/ranger-tools and enable contributions via PR --- .asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++ .github/pull_request_template.md | 11 ++++++++++ .gitignore | 7 +++++++ NOTICE | 4 ++++ 4 files changed, 66 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..6cc6611 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,44 @@ +# 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. + +# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features + +# Enable the next-gen .asf.yaml parser +meta: + nextgen: true + +github: + description: "Utilities for docker base image development/testing and examples to use Apache Ranger" + homepage: https://ranger.apache.org + labels: + - apache + - ranger + - docker + autolink_jira: + - RANGER + enabled_merge_buttons: + squash: true + merge: false + rebase: false + notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + pullrequests_comment: [email protected] + jira_options: worklog link label + protected_branches: + main: {} + collaborators: + - adoroszlai \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a474a6b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## What changes were proposed in this pull request? + +(Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and +set the title of the pull request which starts with +the corresponding JIRA issue number. (e.g. RANGER-XXXX: Fix a typo in YYY)) + + +## How was this patch tested? + +(Please explain how this patch was tested. Ex: unit tests, manual tests) +(If this patch involves UI changes, please attach a screenshot; otherwise, remove this) \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ca44bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# IntelliJ +*.iml +*.ipr +*.iws +.idea + +.DS_Store diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..3b9b313 --- /dev/null +++ b/NOTICE @@ -0,0 +1,4 @@ +Apache Ranger +Copyright 2014-2025 The Apache Software Foundation + +This product includes software developed at The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file
