You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by li...@apache.org on 2019/12/07 14:25:44 UTC

[submarine] branch master updated: SUBMARINE-311. Enable issues in submarine github repo

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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 5087b92  SUBMARINE-311. Enable issues in submarine github repo
5087b92 is described below

commit 5087b9226c91f929e03603635fedae3b2edc06c3
Author: Xun Liu <li...@apache.org>
AuthorDate: Sat Dec 7 22:11:13 2019 +0800

    SUBMARINE-311. Enable issues in submarine github repo
    
    ### What is this PR for?
    Add next pargraph in .asf.yaml
    ```
      features:
        # Enable wiki for documentation
        wiki: true
        # Enable issues management
        issues: true
        # Enable projects for project management boards
        projects: true
    ```
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/SUBMARINE-311
    
    ### How should this be tested?
    * https://travis-ci.org/liuxunorg/submarine/builds/621997545
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? Yes/No
    * Is there breaking changes for older versions? Yes/No
    * Does this needs documentation? Yes/No
    
    Author: Xun Liu <li...@apache.org>
    
    Closes #120 from liuxunorg/SUBMARINE-311 and squashes the following commits:
    
    4b7bd66 [Xun Liu] SUBMARINE-311. Enable issues in submarine github repo
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8ccf7e1..9d8fc83 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,3 +35,10 @@ github:
     merge: false
     # disable rebase button:
     rebase: false
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issues management
+    issues: true
+    # Enable projects for project management boards
+    projects: true


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org