Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 880 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 880 Bytes

Contributing to fastlane and its tools

New Issues

Before submitting a new issue, do the following:

  • Verify you're runing the latest version by running snapshot -v and compare it with the project page on GitHub.
  • Verify you have Xcode tools installed by running xcode-select --install.
  • 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 snapshot.
  • The command and parameters you used to launch it.
  • Your Snapfile

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