diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 192d9c8ca0..5f0d5bfdb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,17 @@ # Contributing to Evennia -Evennia utilizes GitHub for issue tracking and contributions: +There are many ways you can contribute to Evennia development: - - Reporting Issues issues/bugs and making feature requests can be done [in the issue tracker](https://github.com/evennia/evennia/issues). - - Evennia's documentation is a [wiki](https://github.com/evennia/evennia/wiki) that everyone can contribute to. Further - instructions and details about contributing are found [here](https://github.com/evennia/evennia/wiki/Contributing). + - You can help a lot by being active in the community. You can spread + the word - by writing, talking, blogging etc about Evennia. Let + others know text-based gaming is still a thing! + - You can help by reporting any issues/bugs you find, and tell us of your + feature requests [as an issue on github][issues]. This is also where you + report typos or errors in the [the Evennia documentation][docs]. + - To help fixing (or expand) our docs, check out [how to contribute to docs][contribute-docs]. + - To contribute to Evennia itself, check out how to [help with code][helping-code]. + +[issues]: https://github.com/evennia/evennia/issues/new/choose +[docs]: https://www.evennia.com/docs/1.0-dev/index.html +[contribute-docs]: https://www.evennia.com/docs/1.0-dev/Contributing-Docs.html +[helping-code]: https://www.evennia.com/docs/1.0-dev/Contributing.html#helping-with-code