|
| 1 | +## Getting Involved |
| 2 | + |
| 3 | +### What's being worked on now |
| 4 | + |
| 5 | +The core team tracks what is currently being worked on on the [Zazu Project |
| 6 | +Board][Zazu Project Board]. |
| 7 | + |
| 8 | +### Zazu Core |
| 9 | + |
| 10 | +You can also look through currently open issues in Zazu Core. Often, the ones |
| 11 | +not being worked on are marked with a [help wanted][help wanted tag]. tag. |
| 12 | + |
| 13 | +### Plugins |
| 14 | + |
| 15 | +Plugin development is also a great way to get involved. Zazu needs plugin to do |
| 16 | +anything useful for a user. If you create one, start the repo name with `zazu-` |
| 17 | +and feel free to submit it to the plugin directory once you get it working! If |
| 18 | +you need help getting started there is documentation on [creating a |
| 19 | +plugin][plugin page]. |
| 20 | + |
| 21 | +## Community |
| 22 | + |
| 23 | +You can find the community and core developers on [Gitter Chat][Gitter Chat]. |
| 24 | + |
| 25 | +## Core Team Guidelines |
| 26 | + |
| 27 | +If you're part of Zazu's core team there are a few guidelines for you as well. |
| 28 | + |
| 29 | +When starting work, please update the [Zazu Project Board][Zazu Project Board] |
| 30 | +with your current task. When you create a pull request, add a reviewer who is |
| 31 | +also on the core team. |
| 32 | + |
| 33 | +If you get added as a reviewer and you don't have time to get to it in the next |
| 34 | +day or two, feel free to comment or re-assign the ticket, things come up, we |
| 35 | +understand! [: |
| 36 | + |
| 37 | +If there is no reviewer on a pull request, from a non-core member for example, |
| 38 | +assign it to yourself and take it from there. |
| 39 | + |
| 40 | +Lastly, if you approve of the change, merge the pull request yourself. |
| 41 | + |
| 42 | +[Zazu Project Board]: https://github.com/orgs/tinytacoteam/projects/1 |
| 43 | +[helped wanted tag]: https://github.com/tinytacoteam/zazu/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 |
| 44 | +[plugin page]: http://zazuapp.org/documentation/plugins/ |
| 45 | +[Gitter Chat]: https://gitter.im/tinytacoteam/zazu |
0 commit comments