mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
.asf.yaml: Enable Github Discussions for CloudStack (#8274)
This enables Github Discussions feature for Apache CloudStack repository. Several tech-savvy users are already using CloudStack issues to report bugs, improvements and ideas, and finding using mailing list old-school. The discussions feature presents a forum and can help community have both users (including non-technical users) and developers on the same platform. Further, the discussions feature is proposed to be connected to the users@ mailing list so traditional users can benefit from discussions happening on Github Discusssions forum. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
12dcf5cc6f
commit
05d0dd851f
@ -41,6 +41,7 @@ github:
|
||||
features:
|
||||
wiki: true
|
||||
issues: true
|
||||
discussions: true
|
||||
projects: true
|
||||
|
||||
enabled_merge_buttons:
|
||||
@ -61,3 +62,9 @@ github:
|
||||
- winterhazel
|
||||
|
||||
protected_branches: ~
|
||||
|
||||
notifications:
|
||||
commits: commits@cloudstack.apache.org
|
||||
issues: commits@cloudstack.apache.org
|
||||
pullrequests: commits@cloudstack.apache.org
|
||||
discussions: users@cloudstack.apache.org
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user