Thank you for your interest in contributing to this repository!
You can contribute to YimStuff in several ways:
- Creating an issue to report anything.
- Making a pull Requests to make changes yourself.
- Contacting to contact bruh.
If you encounter a bug, or have a feature request, please feel free to create an issue.
If you would like to contribute code, you can do so by creating a pull request (PR). Here's how you can get started:
- Fork the repository to your GitHub account.
- (Optionally) Create a new branch for your changes.
- Make your changes, and try following the project's coding style.
- Test your changes to ensure they work as expected.
- Create a pull request.
Please provide a clear and concise description of your pull request, explaining what it does and why it's necessary. We will review your contribution and provide feedback if needed.
If you have questions, need clarifications, or want to discuss anything privately, you can contact me on Discord (dcistdreck
).
By following these guidelines, you can help maintain code consistency and quality within the project.
- Global Variable:
thisIsAVariable
- Local Variable:
thisIsAVariable
- Global Function:
thisIsAFunction
- Local Function:
thisIsAFunction
- Yimutils API Function:
this_is_a_function
Basic things are handled by the editorconfig extension.
When concatenating strings using the ..
operator, avoid spaces before and after it to save space and maintain a clean code appearance:
local concatenatedString = "string1".."string2"
Coming soon mh.