Skip to content

Commit 7d7ac26

Browse files
committed
RANGER-5236: Setup apache/ranger-tools and enable contributions via PR
1 parent 25a75e3 commit 7d7ac26

File tree

4 files changed

+67
-0
lines changed

4 files changed

+67
-0
lines changed

.asf.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
17+
18+
# Enable the next-gen .asf.yaml parser
19+
meta:
20+
nextgen: true
21+
22+
github:
23+
description: "Utilities for docker base image development/testing and examples to use Apache Ranger"
24+
homepage: https://ranger.apache.org
25+
labels:
26+
- apache
27+
- ranger
28+
- docker
29+
autolink_jira:
30+
- RANGER
31+
enabled_merge_buttons:
32+
squash: true
33+
merge: false
34+
rebase: false
35+
protected_branches:
36+
main: {}
37+
collaborators:
38+
- adoroszlai
39+
40+
notifications:
41+
42+
43+
pullrequests: [email protected]
44+
pullrequests_comment: [email protected]
45+
jira_options: worklog link label

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What changes were proposed in this pull request?
2+
3+
(Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and
4+
set the title of the pull request which starts with
5+
the corresponding JIRA issue number. (e.g. RANGER-XXXX: Fix a typo in YYY))
6+
7+
8+
## How was this patch tested?
9+
10+
(Please explain how this patch was tested. Ex: unit tests, manual tests)
11+
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IntelliJ
2+
*.iml
3+
*.ipr
4+
*.iws
5+
.idea
6+
7+
.DS_Store

NOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Apache Ranger
2+
Copyright 2014-2025 The Apache Software Foundation
3+
4+
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)