diff --git a/.asf.yaml b/.asf.yaml
index 3973431cb9d9..ac1cf1a707d6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
# under the License.
github:
- description: "Open deep learning compiler stack for cpu, gpu and specialized accelerators"
+ description: "Open Machine Learning Compiler Framework"
homepage: https://tvm.apache.org/
labels:
- tvm
@@ -33,6 +33,12 @@ github:
- spirv
- machine-learning
+ features:
+ # Enable issue management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
+
# Triage perm for collaborators(test run)
#
# The perm is given based on needs and not based on
@@ -45,10 +51,6 @@ github:
# participation, permission is given on a three month
# cycle. PMC may review and recycle slots when necessary.
collaborators:
- - hpanda-naut
- - denise-k
- - janetsc
- - naut-thomas
- tvm-bot # For automated feedback in PR review.
# See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
@@ -68,3 +70,24 @@ github:
required_pull_request_reviews:
required_approving_review_count: 1
+
+ enabled_merge_buttons:
+ # enable squash button:
+ squash: true
+ # default commit message when merging with a squash commit
+ # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC
+ squash_commit_message: PR_TITLE_AND_DESC
+ # enable merge button:
+ merge: false
+ # default commit message when merging with a merge commit
+ # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
+ merge_commit_message: DEFAULT
+ # enable rebase button for rare use.
+ rebase: true
+
+notifications:
+ commits: commits@tvm.apache.org
+ issues: discuss-archive@tvm.apache.org
+ pullrequests: discuss-archive@tvm.apache.org
+ jobs: discuss-archive@tvm.apache.org
+ discussions: discuss-archive@tvm.apache.org
diff --git a/README.md b/README.md
index 85e924e4ac80..fb9e9bc4a0d1 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,18 @@
-
Open Deep Learning Compiler Stack
+
Open Machine Learning Compiler Framework
==============================================
[Documentation](https://tvm.apache.org/docs) |
[Contributors](CONTRIBUTORS.md) |
[Community](https://tvm.apache.org/community) |
[Release Notes](NEWS.md)
-Apache TVM is a compiler stack for deep learning systems. It is designed to close the gap between the
-productivity-focused deep learning frameworks and the performance- and efficiency-focused hardware backends.
-TVM works with deep learning frameworks to provide end-to-end compilation for different backends.
+Apache TVM is an open machine learning compilation framework,
+following the following principles:
+
+- Python-first development that enables quick customization of machine learning compiler pipelines.
+- Universal deployment to bring models into minimum deployable modules.
License
-------