This is an automated email from the ASF dual-hosted git repository.
drdub pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git
The following commit(s) were added to refs/heads/main by this push:
new d8099d5 enabled issue tracker
d8099d5 is described below
commit d8099d5bca33170a706897e90f357cabd0c02c61
Author: Pablo Duboue <[email protected]>
AuthorDate: Thu Jul 13 00:08:24 2023 -0700
enabled issue tracker
---
.asf.yaml | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 465a5a6..9d7cab9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,36 @@
+#
+# 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.
+#
+
github:
description: "C++ support for Apache UIMA"
homepage: https://uima.apache.org/
+
+ labels:
+ - apache
+ - uima
+ - text-analysis
+ - java
+ features:
+ wiki: false
+ issues: true
+ projects: true
+ enabled_merge_buttons:
+ squash: true
+ merge: true
+ rebase: false
+ del_branch_on_merge: true
+