|
| 1 | +import AutoStarlightPage from '@src/components/AutoStarlightPage.astro'; |
| 2 | +import { SITE_CONTRIBUTING_URL } from "@src/content.constants"; |
| 3 | + |
| 4 | +<AutoStarlightPage frontmatter={{ |
| 5 | + template: 'doc', |
| 6 | + title: 'How you can help', |
| 7 | + tableOfContents: true |
| 8 | +}}> |
| 9 | + |
| 10 | +Multi Theft Auto has loads of areas in which you can help us. In turn, we'll be more than happy to help you get started with any ideas you have, help test them and - if they're good enough - release them to the whole community. |
| 11 | +This page outlines the key areas you could do something in, of course, there are many things we've not thought of, so think outside the box! |
| 12 | + |
| 13 | +### Programming |
| 14 | +- Become a *patch contributor* by sending [pull requests](https://github.com/multitheftauto/mtasa-blue/pulls) to MTA, containing requested features or bugfixes. |
| 15 | + |
| 16 | +### Documentation |
| 17 | +Before you make changes check out [Contribution Guidelines](https://github.com/multitheftauto/wiki.multitheftauto.com/blob/main/CONTRIBUTING.md). |
| 18 | + |
| 19 | +- Add examples to [functions & events missing examples](/Incomplete-pages) - please test them. |
| 20 | +- Write [tutorials](https://forum.multitheftauto.com/forum/123-tutorials/) to help new people. |
| 21 | +- Translate the wiki pages so people from other countries can get started in MTA too. |
| 22 | + |
| 23 | +### Quality Assurance |
| 24 | +- [Report issues](https://github.com/multitheftauto/mtasa-blue/issues) with the MTA, make sure to do a search on the already reported issues first. |
| 25 | +- Test and confirm existing reported issues. |
| 26 | +- Use the newest build of MTA to detect and report new bugs, by going to `Settings` -> `Advanced` -> `Update build type` and choosing `Nightly` or get it regularly [from here](https://nightly.multitheftauto.com/). |
| 27 | +- Any bugs which are related to a scripting function/event and present in the main release (rather than nightlies), document that bug by adding an issue to the wiki page to save other scripters a lot of time. |
| 28 | + |
| 29 | +### Translating |
| 30 | +- Translate MTA to your native language on [Crowdin](https://multitheftauto.crowdin.com/). |
| 31 | + |
| 32 | +### Scripting |
| 33 | +- Become a contributor to [MTA's official resources](https://github.com/multitheftauto/mtasa-resources). |
| 34 | +- Create and [publish](https://community.multitheftauto.com/) a gamemode or useful script. |
| 35 | +- Make a general purpose resource that provides useful functions to other resources. |
| 36 | + |
| 37 | +### Web development |
| 38 | +- Create your own system for statistics - using the [PHP SDK](/guides/PHP-SDK) as a basis. Join the [MTA Discord](https://discord.com/invite/mtasa) (or [development Discord](https://discord.gg/GNN6PRtTnu)) for help. |
| 39 | + |
| 40 | +### Mapping |
| 41 | +- Create and [publish](https://community.multitheftauto.com/) a map for an existing gamemode, with the map editor. |
| 42 | + |
| 43 | +### Grant |
| 44 | +You can donate to MTA [here](https://multitheftauto.com/donate/manage.php). |
| 45 | + |
| 46 | +</AutoStarlightPage> |
0 commit comments