Contributing¶
We welcome contributions! Here’s how you can help:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Building the Image Locally¶
If you want to modify the Docker image or build it locally, follow these steps:
-
Clone this repository:
-
Build and run the Docker image using Taskfile: