Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 1.52 KB

Contributing

We welcome contributions and assistance! If you want to know where to start, check out our Github Projects sorted by name.

If you want to add a new feature, note that we strive to support the FiveM OneSync system, so keep that in mind when submitting feature requests.

Development

To get setup for development, refer to DEVELOPMENT.md

Issues

We use GitHub issues to track public bugs and requests. Please ensure your bug description is clear and has sufficient instructions to be able to reproduce the issue. THe best way is to provide an example resource in JS that uses any of the native-wrappers-client features directly.

Pull Requests

All active development of this project happens on GitHub. We actively welcome your pull requests.

We require that all pull requests are made in the development branch. Please beware of that when opening a new PR.

Commit Message Conventions

We don't have any strict commit message rules, but we encourage you to keep your commit messages short and descriptive.

docs: Scaleform + LoadingPrompt
Added bone collections and Camera PointAt functions

Both these commit messages are descriptive, short and to the point.

License

By contributing to native-wrappers-client, you agree that your contributions will be licensed under the LICENSE file in the project root directory.