You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by varunsob <gi...@git.apache.org> on 2018/03/09 07:30:34 UTC

[GitHub] incubator-weex-site pull request #92: Updating document for Contributing to ...

GitHub user varunsob opened a pull request:

    https://github.com/apache/incubator-weex-site/pull/92

    Updating document for Contributing to Weex

    Changes are done to the document for simplifying the language and
    also providing more details to some of the sections.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/varunsob/incubator-weex-site updating_contributing_document

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex-site/pull/92.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #92
    
----
commit 8b180e7032ac6d49e6edf51aa7d353517c191a09
Author: Varun Sobti <va...@...>
Date:   2018-03-09T07:26:17Z

    Updating document for Contributing to Weex
    
    Changes are done to the document for simplifying the language and
    also providing more details to some of the sections.

----


---

[GitHub] incubator-weex-site pull request #92: Updating document for Contributing to ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-weex-site/pull/92


---

[GitHub] incubator-weex-site pull request #92: Updating document for Contributing to ...

Posted by varunsob <gi...@git.apache.org>.
Github user varunsob commented on a diff in the pull request:

    https://github.com/apache/incubator-weex-site/pull/92#discussion_r173430846
  
    --- Diff: source/contributing.md ---
    @@ -7,42 +7,52 @@ version: 2.1
     
     # How to Contribute
     
    -Apache Weex is an open source project which is under active development,  developers can participate and contribute to the Apache Weex community in a variety of ways. Contributing doesn't just mean contributing code, reporting bugs, answering questions, joining in discussions and contributing documentation are also welcome.
    -
    -## Report Bugs
    +Apache Weex is an open source project that is under active development and we're continuously working out to simplify contributing to Weex ecosystem. Developers can participate and contribute to the Apache Weex community by reporting bugs, contributing code, answering questions, joining in discussions and contributing to documentation.
     
    +## Bugs
     You can use Weex directly through [Get Started](./guide/index.html) tutorial. If you encounter any unexpected phenomena during your use, feel free to let us know by filing a bug report.
    --- End diff --
    
    We should change it here. 'Getting Started' makes more sense. I'll make the change and push again.


---

[GitHub] incubator-weex-site pull request #92: Updating document for Contributing to ...

Posted by Hanks10100 <gi...@git.apache.org>.
Github user Hanks10100 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex-site/pull/92#discussion_r173422067
  
    --- Diff: source/contributing.md ---
    @@ -7,42 +7,52 @@ version: 2.1
     
     # How to Contribute
     
    -Apache Weex is an open source project which is under active development,  developers can participate and contribute to the Apache Weex community in a variety of ways. Contributing doesn't just mean contributing code, reporting bugs, answering questions, joining in discussions and contributing documentation are also welcome.
    -
    -## Report Bugs
    +Apache Weex is an open source project that is under active development and we're continuously working out to simplify contributing to Weex ecosystem. Developers can participate and contribute to the Apache Weex community by reporting bugs, contributing code, answering questions, joining in discussions and contributing to documentation.
     
    +## Bugs
     You can use Weex directly through [Get Started](./guide/index.html) tutorial. If you encounter any unexpected phenomena during your use, feel free to let us know by filing a bug report.
    --- End diff --
    
    The title of that link is `Getting Started`. Should we change it here, or change the article title?


---