Welcome to ImageGuardian! We encourage you to get involved by either checking out existing issues or creating new ones. Here's a guide on how to contribute:
- Browse Existing Issues: Take a look at the Existing Issues to find tasks, bugs, or features that you can contribute to.
- Create New Issues: If you encounter a bug, have a feature request, or want to suggest an enhancement, please create a new issue using the Issue Tracker.
Click on the uppermost "Fork" button on the ImageGuardian repository.
Clone your forked copy of the project to your local machine.
git clone https://github.com/<your_user_name>/ImageGuardian.git
Create a virtual environment:
python -m venv envActivate the virtual environment:
source env/bin/activateenv\Scripts\activatepip install -r requirements.txtBefore you start contributing, please review our Contributing Guidelines.
We have a Code of Conduct to ensure a positive and inclusive community. Please read and adhere to our Code of Conduct.
Wait for an issue to be assigned to you. If you find an issue you'd like to work on, comment on it to express your interest, and someone from the maintainers' team will assist.
Happy coding, and thanks for contributing to ImageGuardian!