This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git
The following commit(s) were added to refs/heads/master by this push:
new a6f0ded Create .asf.yaml
a6f0ded is described below
commit a6f0ded6b5227c049de1afc26b61b8118b2ff449
Author: Eya Badal <[email protected]>
AuthorDate: Mon Jan 11 09:40:40 2021 -0800
Create .asf.yaml
Adding configuration options for GitHub.
---
.asf.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..1e45c0d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,10 @@
+github:
+ features:
+ # Enable wiki for documentation
+ wiki: true
+ # Enable issue management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
+ # Enable disscussion for discussions
+ discussions: true