Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.49 KB

File metadata and controls

28 lines (20 loc) · 1.49 KB

Contributing to Imagecram

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

Reporting a bug

Suggesting a new feature

  • Check the feature hasn't already been requested.
  • 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 to Imagecram, 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: swift build.
  • To test: swift test.
  • To format code: swift run task format.
  • To run lint: swift run task lint.
  • To run locally: swift run imagecram-cli

Thanks!