Skip to content

Latest commit

 

History

History
executable file
·
26 lines (14 loc) · 968 Bytes

File metadata and controls

executable file
·
26 lines (14 loc) · 968 Bytes

Contributing to fastlane and its tools

To clone the fastlane repos, use the countdown repo. It will help you set up the development environment within minutes.

New Issues

Before submitting a new issue, do the following:

  • Verify you're running the latest version by running supply -v and compare it with the project page on GitHub.
  • Make sure to read through the README of the project.

When submitting a new issue, please provide the following information:

  • The full stack trace and output when running supply.
  • The command and parameters you used to launch it.

By providing this information it's much faster and easier to help you

Pull Requests

Pull requests are always welcome :)

  • Your code editor should use the tab spaces of 2
  • Make sure to test the changes yourself before submitting