This commit is contained in:
Jarrad Hope 2017-01-15 15:32:27 +07:00
parent bd86e98b1e
commit 1c0edea0e1
2 changed files with 5 additions and 9 deletions

View File

@ -24,9 +24,9 @@ This is a list of practical tips and suggestions on how you can help to grow and
- Find people specific and highly challenging goals that suits them. Make them accountable in a friendly, non-pushy manner.
- Do your best to make tasks as clear a spossible, work to create clear goals, give clear feedback, and challenges that exercise peoples skills to their limits.
- Do your best to make tasks as clear as possible, work to create clear goals, give clear feedback, and challenges that exercise peoples skills to their limits.
- Any rewards should not be based on tasks but rather on consistent performance. Rewards should not be consistent but rather impromptu.
- Any rewards should not be based on tasks but rather on consistent performance. Rewards should be impromptu.
## Community Structure
@ -34,7 +34,7 @@ This is a list of practical tips and suggestions on how you can help to grow and
- Create chatrooms around certain topics of people, just like we have #dev-status, #dapp-chat, #lll [Slack](http://slack.status.im) channels.
- Always communicate the benefits of contribution, it will impact everyone in the community and increase the amount of people who will care and hopefully contirbute.
- Always communicate the benefits of contribution, it will positively impact everyone in the community and increase the amount of people who will care and hopefully contribute.
## Culture
@ -66,11 +66,7 @@ This is a list of practical tips and suggestions on how you can help to grow and
- Adding a task-contingent reward (for doing or finishing a task, regardless of performance) to an already interesting task causes people to be less interested in the task. The effect is larget for monetary rewards than for prizes, status rewards and charitable donations.
- Small tangible rewards are likely to reduce contributions for intrinsically interesting tasks; larger rewards are likely to
- When a community is small and growing quickly, displaying percentage growth creates a more favorable signal of growth than display absolute numbers.
# Conversation
## Conversation
- Going off-topic is okay! If you have something you share that you think aligns with the general interests of the community, share it! Just make sure you do so in #status [Slack](http://slack.status.im) channel.

View File

@ -32,7 +32,7 @@ Developers are the heart of software and to keep Status beating we need all the
Want to learn more about it? Start by reading our [Developer Introduction](http://wiki.status.im/contributing/development/introduction/) which guides you through the technology stack and and start browsing [beginner issues](https://github.com/status-im/status-react/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner). Then you can read how to [Build Status](http://wiki.status.im/contributing/development/building-status/), which talks about managing project dependencies, coding guidelines and testing procedures.
- **Community Management**
Metcalfe's law states that the value of a network is proportional to the square of the number of connected users of the system - without community Status is meaningless. We're looking to create a positive, fun environment to explore new ideas, experiment and grow the Status community. Building a community takes a lot of work, but the people you'll meet and long lasting relationships you'll form makes it all worthwhile. Check out our [Community Development Guide](community/development.md)
Metcalfe's law states that the value of a network is proportional to the square of the number of connected users of the system - without community Status is meaningless. We're looking to create a positive, fun environment to explore new ideas, experiment and grow the Status community. Building a community takes a lot of work, but the people you'll meet and long lasting relationships you'll form makes it all worthwhile. Check out our guide on [how to grow our Community](community/how-to-grow-our-community.md)
- **Specification / Documentation**
John Dewey once said "Education is not preparation for life; education is life *itself* ". Developers & Designers need guidance and it all starts from documentation and specifications. Our software is only as good as its documentation, head over to our [wiki](https://wiki.status.im) and see how you can improve what we have.