Bugs/Issues/Questions
If you have questions, comments, or suggestions for LG4X-V2, please use the GitHub discussions page.
If you think you found a bug with the code or documentation, please use GitHub Issues to submit a bug report. If you have an idea for how to solve the problem and are familiar with Python and GitHub, submitting a Pull Request would be greatly appreciated.
When starting the conversation, we kindly ask that you phrase your questions as “How do I do this?” or “Why didn’t this work the way I expected?” instead of “This doesn’t work.” This will better help others with similar questions. Please include the problem you’re experiencing, the expected result, and the actual result. If you encounter a traceback, please include the entire thing.
Contributing Code
We would love your help, either as ideas, documentation, or code. If you have a new algorithm or want to add or fix existing code, please do! Here’s how you can get started:
- Fork the LG4X-V2 repository on GitHub.
- Clone your forked repository by running the command:
git clone https://github.com/<your name>/LG4X-V2.git
. - Install all dependencies by running
pip install -r requirements.txt
. - Create a new branch for your awesome new feature with
git checkout -b <awesome_new_feature>
. - Start coding!
- Verify that your feature does not break anything.
- Push your changes to your fork by running
git push origin
. - Open a pull request on the LG4X-V2 repository.
If you need any additional help, please visit our GitHub discussions page.