We are excited that you are interested in contributing to the Lightspeed X Series Python wrapper!
-
Fork the Repository:
- Create a fork of this repository on GitHub.
-
Clone Your Fork: ⬇️
- Clone your forked repository to your local machine.
-
Install Dependencies: ️
- Create a virtual environment and install the required dependencies:
pip install -r requirements.txt
- Create a virtual environment and install the required dependencies:
-
Create a Branch:
- Create a new branch for your changes:
git checkout -b my-feature-branch
- Create a new branch for your changes:
- Coding Style:
- Follow PEP 8 style guidelines for Python code.
- Testing:
- Add or update unit tests to ensure your changes work as expected.
- Documentation:
- Update the README.md or other relevant documentation if needed.
- Push Your Changes:
- Commit your changes and push them to your fork.
- Open a Pull Request:
- In GitHub, create a pull request from your branch to the
main
branch of this repository.
- In GitHub, create a pull request from your branch to the
- Describe Your Changes:
- Provide a clear and concise description of your changes in the pull request.
- Review and Discussion:
- The maintainers will review your pull request and may provide feedback or request changes.
- Code of Conduct:
- Please follow our Code of Conduct to ensure a respectful and inclusive environment for everyone.
- Questions: ❓
- If you have any questions or need assistance, feel free to create an issue or ask in the discussions.
Thank you for your contributions! ✨