You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,9 +9,25 @@ import { MTA_CURRENT_VERSION } from '@src/content.constants';
12
9
}}>
13
10
<p><strong>Multi Theft Auto</strong> has loads of areas in which you can help. 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. 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!</p>
14
11
15
-
<h3>Programming</h3>
12
+
<h3>Documentation</h3>
13
+
<p>Before you make changes check out: <ahref="https://github.com/multitheftauto/wiki.multitheftauto.com/blob/main/CONTRIBUTING.md">Contribution Guidelines</a>.</p>
16
14
<ul>
17
-
<li>Become a patch contributor by sending <ahref="https://github.com/multitheftauto/mtasa-blue/pulls">pull requests</a> to MTA, containing requested features or bugfixes: <ahref="/Coding_guidelines">Coding guidelines</a></li>
15
+
<li>Finish documentation for <ahref="/Incomplete_Pages">Incomplete pages</a> - ask on Discord if you're not sure of something.</li>
16
+
<li>Add examples to <ahref="/Incomplete_Pages">functions & events missing examples</a> - please <strong>test</strong> them, and again, ask if you need help.</li>
17
+
<li>Expand the pages that explain <ahref="/Category:Scripting_Concepts">MTA core concepts</a>.</li>
18
+
<li>Write <ahref="https://forum.multitheftauto.com/forum/123-tutorials/">tutorials</a> to help new people.</li>
19
+
<li>Translate the wiki pages so people from other countries can get started in MTA too.</li>
20
+
</ul>
21
+
22
+
<h3>Quality Assurance</h3>
23
+
<ul>
24
+
<li><ahref="https://github.com/multitheftauto/mtasa-blue/issues">Report issues</a> with the mod, make sure to do a search on the already reported issues first.</li>
25
+
<li>Test and confirm existing reported issues.</li>
26
+
<li>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
<li>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 <strong>issue</strong> to the wiki page to save other scripters a lot of time.
30
+
</li>
18
31
</ul>
19
32
20
33
<h3>Translating</h3>
@@ -51,30 +64,9 @@ import { MTA_CURRENT_VERSION } from '@src/content.constants';
51
64
</li>
52
65
</ul>
53
66
54
-
<h3>Documentation</h3>
55
-
<p>Before you make changes check out: <ahref="/Help:Editing_Guidelines">Editing Guidelines</a> and
<li>Finish documentation for <ahref="/Category:Incomplete">Incomplete functions</a> - ask in #mta.scripting if you're not sure of something.</li>
59
-
<li>Add examples to <ahref="/Category:Needs_Example">functions & events missing examples</a> - please <strong>test</strong> them, and again, ask if you need help.</li>
60
-
<li>Review and verify <ahref="/Category:Needs_Checking">pages that need checking</a> - make sure highlighted issues are solved before removing pages from the category.</li>
61
-
<li>Expand the pages that explain <ahref="/Category:Scripting_Concepts">MTA core concepts</a>.</li>
62
-
<li>Write <ahref="https://forum.multitheftauto.com/forum/123-tutorials/">tutorials</a> to help new people.</li>
63
-
<li>Translate the wiki pages so people from other countries can get started in MTA too.</li>
64
-
<li>Create documentation for undocumented functions and events <ahref="/Undocumented_Items">Undocumented Items</a></li>
65
-
<li>Keep 'changes in' <ahref={"/Changes_in_"+MTA_CURRENT_VERSION.full}>current work-in-progress</a> for future releases updated.</li>
66
-
</ul>
67
-
68
-
<h3>Quality Assurance</h3>
67
+
<h3>Programming</h3>
69
68
<ul>
70
-
<li><ahref="https://github.com/multitheftauto/mtasa-blue/issues">Report issues</a> with the mod, make sure to do a search on the already reported issues first.</li>
71
-
<li>Test and confirm existing reported issues.</li>
72
-
<li>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
<li>Any bugs which are related to a scripting function/event and present in the main release (rather than nightlies), document that bug by adding a
76
-
<ahref="/Help:MTA_Wiki_Specific_Templates">warning</a> to the wiki page to save other scripters a lot of time.
77
-
</li>
69
+
<li>Become a patch contributor by sending <ahref="https://github.com/multitheftauto/mtasa-blue/pulls">pull requests</a> to MTA, containing requested features or bugfixes: <ahref="/Coding_guidelines">Coding guidelines</a></li>
0 commit comments