We Build World (WBW) is an open source project, aiming to make our life easier by we (developers) build world together. We believe great projects are build by community, so we will make this project as transparent as possible, including codes/features/tasks/issues etc.
This code of conduct outlines our expectations for participants within the our Open Source community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
Our open source community strives to:
-
Be kind.
-
Be welcoming: We strive to be a community that welcomes and supports people of all backgrounds and identities. This includes, but is not limited to members of any race, ethnicity, culture, national origin, color, immigration status, social and economic class, educational level, sex, sexual orientation, gender identity and expression, age, size, family status, political belief, religion, and mental and physical ability.
-
Be considerate: Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect users and colleagues, and you should take those consequences into account when making decisions. Remember that we’re a world-wide community, so you might not be communicating in someone else’s primary language.
-
Be respectful: Not all of us will agree all the time, but disagreement is no excuse for poor behavior and poor manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It’s important to remember that a community where people feel uncomfortable or threatened is not a productive one.
Issues are the primary means by which bug reports and general discussions are made. For any issue, individual could contribute:
-
solve open issue by answering or coding
We build world is an open source project, so the features are from community, and any idea is welcome, you can add ideas/features by github project.
The core team is monitoring for pull requests. We will review your pull request and either merge it, request changes to it, or close it with an explanation.
-
Fork the repository and create your branch from
master
. -
Run yarn in the repository root.
$ yarn install
$ yarn start
-
make your code changes in your local repo and make sure run test.
-
create pull requests on we build world repo.
-
fill in what feature/bug you are working.