Skip to content

Commit e7f1180

Browse files
committed
How you can help
1 parent 5577766 commit e7f1180

4 files changed

Lines changed: 48 additions & 155 deletions

File tree

web/astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineConfig({
7878
link: "/",
7979
},
8080
{
81-
label: "Contributing",
81+
label: "How you can help",
8282
link: "/Contributing",
8383
},
8484
],
@@ -90,6 +90,7 @@ export default defineConfig({
9090
{label: "Introduction to scripting GUI", link: "/guides/GUI-introduction"},
9191
{label: "Script security", link: "/guides/Script-security"},
9292
{label: "Introduction to CEF", link: "/guides/CEF-introduction"},
93+
{label: "PHP SDK", link: "/guides/PHP-SDK"},
9394
]
9495
},
9596
{

web/src/pages/Contributing.astro

Lines changed: 0 additions & 154 deletions
This file was deleted.

web/src/pages/Contributing.mdx

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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>
File renamed without changes.

0 commit comments

Comments
 (0)