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
Thank you for your interest in contributing to EmmyLuaCodeStyle! Here are some guidelines to help you make valuable contributions to this project.
4
+
5
+
## Submitting Issues
6
+
7
+
If you find any issues or have any suggestions, please submit them on the [Github Issues](https://github.com/CppCXY/EmmyLuaCodeStyle/issues) page. All feedback and suggestions are welcome and we will respond as quickly as possible.
8
+
9
+
## Code Contributions
10
+
11
+
### Committing Process
12
+
13
+
1. Fork the project.
14
+
2. Create a new branch in your fork and work on it.
15
+
3. Make sure that your code conforms to coding standards and unit testing requirements (you can refer to the project's README file).
16
+
4. Submit a Pull Request to the master branch of the project.
17
+
18
+
### Coding Standards
19
+
20
+
Please follow these rules when writing code:
21
+
22
+
- Code style: Try to follow the .clang-format standard and use clang-format for automatic code formatting. If there are any deviations from this standard, please fix them.
23
+
- Testing: Run tests before committing code. We use GTest as the testing framework. You can refer to the existing test files in the project and write more test cases.
24
+
25
+
## Disclaimer
26
+
27
+
We strive to keep this project running smoothly and do our best to review and test all code changes. However, we cannot be held responsible for any losses or damages resulting from using or running this project. By using or contributing to this project, you agree to this disclaimer.
0 commit comments