Thank you for your interest in contributing to the Arithmo project! We welcome contributions from the community to help improve our project.
To get started with contributing, please follow these steps:
- Fork the Arithmo repository.
- Clone your forked repository to your local machine.
- Create a new branch for your changes.
- Make your desired changes to the codebase.
- Commit your changes and push them to your forked repository, the commit should have a emoji ✅.
- Submit a pull request to the main Arithmo repository.
Important
Create a virtual environment for the project before installing the dependencies.
$ python3 -m venv venv
$ python -m venv venv
source venv/bin/activate
Please adhere to the following code style guidelines when contributing to Arithmo:
- Follow the naming conventions for variables, functions, and classes.
- Write clear and concise comments.
- Use meaningful commit messages.
If you encounter any issues or bugs while using Arithmo, please report them using the issue tracker on GitHub. Provide as much detail as possible, including steps to reproduce the issue and any relevant error messages.
Pending...