# Join Weex community
Community over code
Weex project belongs to Apache Software Foundation and Weex community respects and fulfills the Apache rule, which is Community over code .
# Code of Conduct
To make an open and friendly community, Weex community adopt Contributor Covenant as the code of conduct.
# Mailing List
If it didn't happen on a mailing list, it didn't happen.
Subscribing mailing list of weex is necessary to join weex community.
In Weex community, feature requests, discussions and decisions happen on the mailing list, which is open to the whole world.
dev@weex.incubator.apache.org
is the mailing list's address. Developers can subscribe this list to know what is happening in weex community and express his/her idea.
# Subscribe
If you want to subscribe the mailing list, please send an email to dev-subscribe@weex.incubator.apache.org, shortly afterwards you will receive a confirmation email. Once you reply the confirmation email, the subscription is done.
# Unsubscribe
If you want to unsubscribe, please send an email to dev-unsubscribe@weex.incubator.apache.org
# View mails.
You can visit https://mail-archives.apache.org/mod_mbox/weex-dev/ to view all mails in our mailing list, but you still need to subscribe our mailing list if you want to post a new mail or get updated about existing threads.
Read Apache mailing list to have a deeper view of mailing list.
# Members and Governance Model
You can find committers, PPMCs and governance model of Weex from confluence
# Ask or Answer Questions
- You ask questions on stackoverflow.com for basic use problems and concepts.
- You can report a bug through Github Issue as mention in ask-or-answer-questions.
TIP
Formally speaking, StackOverflow is not part of Weex community though developers around the world continually contribute to it. If your question on StackOverflow doesn't get response within 96 hours, you can fire a Github Issue with link to your question on StackOverflow.
WARNING
Only the following types of issues are valid Github issues, for other problem, ask it in the mailing list.
- Bug
- StackOverflow questions, which doesn't get response over 96 hours.
# Development Process
Most of the development process is described in confluence, which services the contributors of Weex and is transparent to all users.
- Release Plan: All feature, bugfix, issue-solved are associated with a certain milestone since Weex 0.27. As every Weex release needs approval from PPMC and IPMC, the due date of milestone is just an estimation of release date, not accuracy schedule.
- Release Procedure
- Major feature
- System Design
- Road Map
# Contribute Code or document
In Weex community, Documentation is as important as code, and Weex community respects all the contribution of documentation or code.
TIP
Weex adopts Apache License 2.0 as its open source license. Make sure your contribution obeys the requirement of Apache License 2.0.
# Contribute documentation
Documentation with good quality is a great help to developers. If there is a powerful API that is not easy to use, it becomes useless. So, we welcome any contributions to help Weex's documents become precise and easy to read.
You can contribute to a document through the following ways:
- Click Edit this page on the bottom of website, and you will be navigated to a new Github PR.
TIP
PR about documentation should be fired based on master branch.
# Contribute code
You can fix a bug or develop a new feature when contributing code, ref Contribution of Code to see more detail.