Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 730 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

8 lines (6 loc) · 730 Bytes

Thanks for contributing to fastlane! Before you submit your pull request, please make sure to check the following boxes:

  • Run bundle exec rspec from the subdirectory of each tool you modified. Alternatively, run rake test_all from the root directory.
  • Run bundle exec rubocop -a to ensure the code style is valid
  • Read the Contribution Guidelines
  • We currently don't accept new actions, please publish a plugin instead, more information in Plugins.md

Before submitting a pull request, we appreciate if you create an issue first to discuss the change 👍