Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 1.83 KB

Contributing to SwiftFormat Tuist

If this is your first time contributing to SwiftFormat Tuist, please have a read through our Code of Conduct.

Reporting a bug

Suggesting a new feature

  • Check the feature hasn't already been requested.
  • Check there isn't already an open pull request implementing a similar idea.
  • Open an issue providing a detailed description of the new feature, why you think it is needed and how it will be useful to other users.
  • If it makes sense for the feature to be added, a pull request adding the feature would be very much appreciated.

Developing

  • Ensure you have the latest version of Swift installed, the easiest way is via Xcode.
  • Clone the repository.
  • To build: build in Xcode or run tuist plugin build.
  • To test: test in Xcode or run tuist plugin test.
  • To run locally, navigate to the project you want to run on and then run tuist plugin run tuist-swiftformat {ARGUMENTS} --path /path/to/swiftformat-tuist.

Thanks!