You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/03/10 11:19:45 UTC

[rocketmq-client-csharp] branch master updated: Enable wiki, issues and project features of github

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-csharp.git


The following commit(s) were added to refs/heads/master by this push:
     new f9abf8c  Enable wiki, issues and project features of github
f9abf8c is described below

commit f9abf8c5ae278490dd09ee798d3d63672e703d4c
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Thu Mar 10 19:19:33 2022 +0800

    Enable wiki, issues and project features of github
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..b5e425e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,8 @@
+github:
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true