https://github.com/multitheftauto/mtasa-docs
https://github.com/multitheftauto/mtasa-docs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multitheftauto/mtasa-docs
- Owner: multitheftauto
- Created: 2024-06-28T07:41:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:15:03.000Z (over 1 year ago)
- Last Synced: 2025-10-08T00:33:52.354Z (3 months ago)
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# mtasa-docs
This repository is for collaboration and storage of documentation relating to [mtasa-blue](https://github.com/multitheftauto/mtasa-blue) and [mtasa-resources](https://github.com/multitheftauto/mtasa-resources).
## Contribution
It's recommended to start with the `CONTRIBUTING.md` for the respective project, exploring how your contributions should be made, as well as information on best practices:
- [mtasa-blue](mtasa-blue/CONTRIBUTING.md)
- [mtasa-resources](mtasa-resources/CONTRIBUTING.md)
## Coding guidelines
Or you can go directly to the `CODING_GUIDELINES.md`, exploring real code snippets and scenarios, useful for when you're contributing code and need to know our preferred conventions:
- [mtasa-blue](mtasa-blue/CODING_GUIDELINES.md)
- [mtasa-resources](mtasa-resources/CODING_GUIDELINES.md)
## Code reviews
Not looking to contribute with lines of code, but instead with your code review skills? See our [Code review](CODE_REVIEW.md) document, applicable to all of our projects, which may guide and inspire you to submitting great code reviews!