Please read this guide if you plan to contribute to this project. We welcome any kind of contribution. No matter if you are an experienced programmer or just starting, we are looking forward to your contribution.
If you find a bug while working with gphotos-uploader-cli
, please open an issue on GitHub and let us know what went wrong. We will try to fix it as quickly as we can.
You are more than welcome to open issues in this project to suggest new features.
This project is mainly written in Golang.
This project will maintain compatibility with the last two golang major versions published.
To contribute code:
- Ensure you are running a supported golang version
- Fork the project
- Clone the project:
git clone https://github.com/[YOUR_USERNAME]/gphotos-uploader-cli && cd gphotos-uploader-cli
- Run
go mod download
to install the dependencies - Make changes to the code
- Run
make build
to build the project - Make changes
- Run tests:
make test
- Run linter:
make lint
- Format your code:
go fmt ./...
- Commit changes
- Push commits
- Open pull request