visualdiffer-visualdiffer/CONTRIBUTING.md at main · forkgitss/visualdiffer-visualdiffer · GitHub
Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 941 Bytes

File metadata and controls

37 lines (23 loc) · 941 Bytes

🛠️ Build

Clone the repository and build the app:

git clone https://github.com/visualdiffer/visualdiffer.git

cd visualdiffer
./scripts/setup-local-env.sh

Open in Xcode

👥Contributing

Contributions, issues, and feature requests are welcome!
To contribute:

  1. Install swiftformat and swiftlint
  2. Fork the repository
  3. Create a new branch (feat/xyz or fix/abc)
  4. Run ./scripts/lint.sh to apply swiftformat and swiftlint
  5. Commit your changes with clear messages
  6. Open a pull request describing your update

⚠️ Please follow the existing code style and include tests or examples when possible.

Deploy

Build the release version to deploy on GitHub

bundle exec fastlane release --env local

Build the version used for pre-release test

bundle exec fastlane release --env test.local