This is an automated email from the ASF dual-hosted git repository. cgivre pushed a commit to branch add_asf_yaml in repository https://gitbox.apache.org/repos/asf/drill.git
commit 5e6ca3f76c30bf4c61cc2b5093905338f97a81f9 Author: Charles S. Givre <[email protected]> AuthorDate: Fri May 14 08:10:20 2021 -0400 Create .asf.yaml --- .asf.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..4960087 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,22 @@ +# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories + +github: +description: "Apache Drill: An open source distributed query engine for self describing data." + homepage: https://drill.apache.org/ + labels: + - drill + - sql + - big-data + - java + - hive + - hadoop + - jdbc + - parquet + +features: + # Enable wiki for documentation + wiki: true + # Enable issue management + issues: true + # Enable projects for project management boards + projects: true
