Spaces:
Sleeping
π Welcome to LightZero! π
We're thrilled that you want to contribute to LightZero. Your help is invaluable, and we appreciate your efforts to make this project even better. π
π How to Contribute
Fork the Repository π΄
- Click on the "Fork" button at the top right of the LightZero repository.
Clone your Fork π»
git clone https://github.com/your-username/LightZero.git
Create a New Branch πΏ
git checkout -b your-new-feature
Make Your Awesome Changes π₯
- Add some cool features.
- Fix a bug.
- Improve the documentation.
- Anything that adds value!
Commit Your Changes π¦
git commit -m "Your descriptive commit message"
Push to Your Fork π’
git push origin your-new-feature
Create a Pull Request π
- Go to the LightZero repository.
- Click on "New Pull Request."
- Fill in the details and submit your PR.
- Please make sure your PR has a clear title and description.
Review & Collaborate π€
- Be prepared to answer questions or make changes to your PR as requested by the maintainers.
Celebrate! π Your contribution has been added to LightZero.
π¦ Reporting Issues
If you encounter a bug or have an idea for an improvement, please create an issue in the Issues section. Make sure to include details about the problem and how to reproduce it.
π Code Style and Guidelines
We follow a few simple guidelines:
- Keep your code clean and readable.
- Use meaningful variable and function names.
- Comment your code when necessary.
- Ensure your code adheres to existing coding styles and standards.
For detailed information on code style, unit testing, and code review, please refer to our documentation:
π€ Code of Conduct
Please be kind and respectful when interacting with other contributors. We have a Code of Conduct to ensure a positive and welcoming environment for everyone.
π Thank You! π
Your contribution helps make LightZero even better. We appreciate your dedication to the project. Keep coding and stay awesome! π