First of all, thank you for considering contributing to Jaxampler! 🌟 Your help is essential for making it a better project.
- Report issues or bugs you've discovered. Be as specific as possible about how to reproduce the problem.
- Suggest enhancements or new features you would like to see in Jaxampler.
- Fix bugs or implement new features. Please, first discuss the change you wish to make via an issue.
- Improve documentation to make it easier for new users to get started.
- Fork the repository on GitHub.
- Clone the project to your machine.
- Create a new branch and make your changes.
- Commit changes to your branch.
- Push your work back up to your fork.
- Submit a Pull Request so we can review your changes.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
- Set up a Python development environment (preferably using a virtual environment).
- Install dependencies:
pip install -r requirements.txt
Before submitting your changes, run all the tests to ensure your changes don't break existing functionality.
python3 -m pytest