Thank you for considering contributing to our project! Please read the following guidelines to learn how you can contribute to the project.
If you find a bug or have a feature request, please submit an issue on our issue page. Be sure to search existing issues to avoid duplication.
We welcome code contributions. Follow these steps:
- Clone the
devel
branch of the project repository to your local environment:git clone -b devel https://github.com/Ljzd-PRO/KToolBox.git
- Create a new branch for your changes:
git checkout -b <your-branch-name>
. - Make your changes.
- Commit your changes:
git commit -m "<Describe your changes>"
. - Push your changes to your branch:
git push origin <your-branch-name>
. - Create a new pull request and describe your changes.
Please ensure that your code follows the project's code style and style guidelines. If available, provide relevant documentation links.
By contributing your code, you agree to license your work to the project under the project's license.
If you have any other questions or need assistance, you can reach out to us at 📫ljzd@office.ljzd-pro.asia.
Thank you for your contribution!
感谢您考虑为我们的项目做出贡献!请阅读以下指南,以了解如何为项目做出贡献。
如果您发现了问题或有改进建议,请在问题页面中提交问题。请确保搜索现有问题,以避免重复。
我们欢迎代码贡献。请遵循以下步骤:
- 克隆项目仓库的
devel
分支到您自己的本地环境:git clone -b devel https://github.com/Ljzd-PRO/KToolBox.git
- 创建一个新的分支以进行您的更改:git checkout -b <你的分支名称>
- 进行您的更改。
- 提交更改:git commit -m "<描述您的更改>"
- 推送更改到您的分支:git push origin <你的分支名称>
- 创建一个新的拉取请求(Pull Request)并描述您的更改。
请确保您的代码符合项目的代码规范和风格指南。如果有的话,提供相关的文档链接。
通过贡献您的代码,您同意将您的工作授权给项目根据项目的许可证。
如果您有其他问题或需要帮助,可以通过 📫ljzd@office.ljzd-pro.asia 联系我们。
谢谢您的贡献!