commit | f9abf8c5ae278490dd09ee798d3d63672e703d4c | [log] [tgz] |
---|---|---|
author | Li Zhanhui <lizhanhui@gmail.com> | Thu Mar 10 19:19:33 2022 +0800 |
committer | Li Zhanhui <lizhanhui@gmail.com> | Thu Mar 10 19:19:33 2022 +0800 |
tree | 366be3a12e1af93956cc3f6a6f761a69638d525f | |
parent | 6b9c567c8456fb141c3c368cb6ee18e478f00e9f [diff] |
Enable wiki, issues and project features of github
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